CodeTypeDeclaration.IsEnum Propriété

Définition

Obtient ou définit une valeur indiquant si le type est une énumération.

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

Valeur de propriété

true si le type est une énumération ; sinon, false.

S’applique à