CodeGenerator.IsCurrentEnum Property

Definition

Gets a value indicating whether the current object being generated is an enumeration.

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

Property Value

true if the current object is an enumeration; otherwise, false.

Applies to