次の方法で共有


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

プロパティ値

適用対象