MemberModel.DeclaringType Property

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

Definition

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

Property Value

TypeModel
The TypeModel object representing the type that declares this member, or null if the member is not declared within a type.