TypeDefinition.IsNested 속성

정의

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

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

속성 값

Boolean

true 중첩된 형식 false 이면 그렇지 않습니다.

적용 대상