PropertyBuilder.ReflectedType 属性
定义
获取用于获取 MemberInfo 的此实例的类对象。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
属性值
Type 对象,通过它获取了此 MemberInfo 对象。The Type object through which this MemberInfo object was obtained.