Skip to content

Create a lazy and a strict implementation of the metadata reader #9

@rjmholt

Description

@rjmholt

The library should allow lazy and strict instantiation of metadata objects.

Currently, strict is supported.

But lazy instantiation should also be available, where the library fully reads in the assembly and then instantiates metadata objects as they are requested (using an if (_backingField == null) { Instantiate(_backingField); } return _backingField; property pattern.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions