TypeBuilder.DeclaringType 属性

定义

返回声明此类型的类型。

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

属性值

只读。 声明此类型的类型。

适用于