다음을 통해 공유


CodeGenerator.IsCurrentStruct 속성

정의

현재 생성 중인 개체가 구조체인지 여부를 나타내는 값을 가져옵니다.

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

속성 값

현재 개체가 값 형식이거나 구조체이면 true이고, 그렇지 않으면 false입니다.

적용 대상