CodeGenerator.IsCurrentStruct 속성

정의

현재 생성되는 개체가 값 형식인지 구조체인지를 나타내는 값을 가져옵니다.

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

속성 값

true현재 개체가 값 형식 또는 구조체이면 이고, 그렇지 않으면 . false

적용 대상