CodeGenerator.IsCurrentStruct 屬性

定義

會取得一個值,表示目前產生的物件是值型還是結構體。

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

屬性值

true如果目前物件是值型別或結構體;否則,。 false

適用於