TypeDefinition.IsNested 속성

정의

중첩된 형식인지 여부를 나타내는 값을 가져옵니다.

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

속성 값

true 중첩된 형식이면 이고, false 그렇지 않으면 입니다.

적용 대상