TypeAdapter.GetBaseType Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the metadata for the base type of the current type.
protected virtual IClassType GetBaseType()Returns
- IClassType
- The metadata for the base type, or
nullif the type has no base type.
