TypeDefinition.IsNested 属性

定义

获取一个值,该值表示这是嵌套类型。

public:
 property bool IsNested { bool get(); };
public bool IsNested { get; }
member this.IsNested : bool
Public ReadOnly Property IsNested As Boolean

属性值

true 如果它是嵌套类型,则为 ; false 否则为 。

适用于