TypeAdapter.BaseType Property

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the base type of this type.
public virtual IClassType BaseType { get; }

Property Value

IClassType
The base type that this type directly inherits from, or null if the type has no base type.