ConstructorBuilder.ReflectedType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
保存对从中获取此对象的 Type 对象的引用。
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
从中获取此对象的 对象。
注解
对象 ConstructorBuilder 表示特定类上的构造函数。 为了获取 ConstructorInfo 对象,将 Type 查询表示支持构造函数的类的 对象。 此属性保存对该 Type 对象的引用。