LazyMemberInfo.MemberType Property

Definition

Gets the type of the represented member.

public:
 property System::Reflection::MemberTypes MemberType { System::Reflection::MemberTypes get(); };
public System.Reflection.MemberTypes MemberType { get; }
member this.MemberType : System.Reflection.MemberTypes
Public ReadOnly Property MemberType As MemberTypes

Property Value

The type of the represented member.

Applies to