JSConstructor.DeclaringType 属性
定义
获取用于声明此构造函数的类型。Gets the type that declares this constructor.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual property Type ^ DeclaringType { Type ^ get(); };
public override Type DeclaringType { get; }
member this.DeclaringType : Type
Public Overrides ReadOnly Property DeclaringType As Type
属性值
声明该成员的类的 Type 对象。The Type object for the class that declares this member.