TypeDefinition.IsNested 属性

定义

获取一个值,该值指示此类型是否为嵌套类型。

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

属性值

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

适用于