CodeTypeDeclaration.IsEnum Property

Definition

Gets or sets a value indicating whether the type is an enumeration.

public:
 property bool IsEnum { bool get(); void set(bool value); };
public bool IsEnum { get; set; }
member this.IsEnum : bool with get, set
Public Property IsEnum As Boolean

Property Value

true if the type is an enumeration; otherwise, false.

Applies to