GenericCapableTypeAdapter.GenericTypeDefinition Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the generic type definition if the type is a constructed generic type.
public IGenericCapableType GenericTypeDefinition { get; }Property Value
- IGenericCapableType
- The generic type definition, or
nullif the type is not a constructed generic type.
