IType.BaseType Property

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

Definition

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

Property Value

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