FieldBuilder.DeclaringType Property

Definition

Indicates a reference to the Type object for the type that declares this field. This property is read-only.

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

A reference to the Type object for the type that declares this field.

Applies to