MetadataAdapter<T> Constructor
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the MetadataAdapter<T> class.
protected MetadataAdapter<T>(T reflection)Parameters
reflectionT- The reflection information instance to wrap.
Exceptions
- ArgumentNullException
- Thrown when
reflectionisnull.
