CodeGenerator.IsCurrentClass 屬性

定義

會得到一個值,表示目前產生的物件是否為類別。

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

屬性值

true如果目前的物件是類別;否則,。 false

適用於