TypeBuilder.DeclaringType 属性
定义
返回声明此类型的类型。Returns the type that declared this type.
public:
virtual property Type ^ DeclaringType { Type ^ get(); };
public override Type? DeclaringType { get; }
public override Type DeclaringType { get; }
member this.DeclaringType : Type
Public Overrides ReadOnly Property DeclaringType As Type
属性值
只读。Read-only. 声明此类型的类型。The type that declared this type.