CodeGenerator.IsCurrentClass 속성

정의

생성되는 현재 개체가 클래스인지 여부를 나타내는 값을 가져옵니다.

protected:
 property bool IsCurrentClass { bool get(); };
protected bool IsCurrentClass { get; }
member this.IsCurrentClass : bool
Protected ReadOnly Property IsCurrentClass As Boolean

속성 값

현재 개체가 클래스이면 이고, 그렇지 않으면 .

적용 대상