CodeTypeDeclaration.IsEnum Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Typ eine Enumeration ist, oder legt diesen fest.

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

Eigenschaftswert

true, wenn der Typ eine Enumeration ist, andernfalls false.

Gilt für: