PropertyBuilder.ReflectedType Property

Definition

Gets the class object that was used to obtain this instance of MemberInfo.

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

Property Value

The Type object through which this MemberInfo object was obtained.

Applies to