PropertyBuilder.ReflectedType 属性

定义

获取用于获取此实例的 MemberInfo类对象。

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

属性值

Type通过该MemberInfo对象获取的对象。

适用于