MetaDataMember.Type Property

Definition

When overridden in a derived class, gets the type of this member.

public:
 abstract property Type ^ Type { Type ^ get(); };
public abstract Type Type { get; }
member this.Type : Type
Public MustOverride ReadOnly Property Type As Type

Property Value

The type of the current member.

Applies to