TypeModel.DeclaringType Property

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the declaring type of the type.
public override TypeModel DeclaringType { get; }

Property Value

TypeModel
The type that declares this type, or null if the type is not nested.