共用方式為


TypeName.IsNested 屬性

定義

取得值,這個值表示這是否為巢狀類型(例如,“Namespace.Declaring+Nested”。

對於巢狀類型,DeclaringType 會傳回其宣告類型。

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

屬性值

適用於