ConstructorBuilder.ReflectedType 属性

定义

保存对从中获取此对象的 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 对象的引用。

适用于

另请参阅