MemberAdapterRepository.CreateTypeMetadata Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Creates type metadata for the specified reflection type.
protected virtual IType CreateTypeMetadata(Type type)Parameters
typeType- The reflection type to create metadata for.
Returns
- IType
- The metadata representation of the specified type.
Exceptions
- ArgumentNullException
- Thrown when
typeisnull. - ArgumentException
- Thrown when the provided type does not belong to the assembly of this provider.
- NotSupportedException
- Thrown when the type is not supported.
