CodeGenerator.IsCurrentClass 屬性

定義

取得值,指出目前產生的物件是否為類別。

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

屬性值

如果目前的物件為類別,則為 true,否則為 false

適用於