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

reflectionInfo T
The native instance to wrap.

Exceptions

ArgumentNullException
Thrown when reflectionInfo is null.