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

type Type
The reflection type to create metadata for.

Returns

IType
The metadata representation of the specified type.

Exceptions

ArgumentNullException
Thrown when type is null.
ArgumentException
Thrown when the provided type does not belong to the assembly of this provider.
NotSupportedException
Thrown when the type is not supported.