CodeTypeDeclaration.IsEnum Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob der Typ eine Enumeration ist.

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

truewenn der Typ eine Aufzählung ist; andernfalls . false

Gilt für: