GenericCapableTypeAdapter.GetGenericTypeDefinition Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the generic type definition if the type is a constructed generic type.
protected IGenericCapableType GetGenericTypeDefinition()Returns
- IGenericCapableType
- The IGenericCapableType representing the generic type definition, or
nullif the type is not a constructed generic type.
