TypeDefinition.IsNested プロパティ

定義

これが入れ子にされた型であるかどうかを示す値を取得します。

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

プロパティ値

true 入れ子になった型の場合は 。 false それ以外の場合は 。

適用対象