TypeAdapter.DeclaringType Property

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

Definition

Gets the declaring type of the member, if any.
public override IType DeclaringType { get; }

Property Value

IType
The declaring type of the member, or null if the member is not associated with a type.