AttributeAwareMetadataAdapter<T> Constructor
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the AttributeAwareMetadataAdapter<T> class.
protected AttributeAwareMetadataAdapter<T>(T reflectionInfo)Parameters
reflectionInfoT- The native instance to wrap.
Exceptions
- ArgumentNullException
- Thrown when
reflectionInfoisnull.
