CodeGenerator.IsCurrentStruct 属性

定义

获取一个值,该值指示生成的当前对象是否为值类型或结构。

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

属性值

如果当前对象为值类型或结构,则为 true;否则为 false

适用于