PropertyBuilder.DeclaringType Property

Definition

Gets the class that declares this member.

public:
 virtual property Type ^ DeclaringType { Type ^ get(); };
public override Type? DeclaringType { get; }
public override Type DeclaringType { get; }
member this.DeclaringType : Type
Public Overrides ReadOnly Property DeclaringType As Type

Property Value

The Type object for the class that declares this member.

Applies to