Condividi tramite


CodeTypeDeclaration.IsEnum Proprietà

Definizione

Ottiene o imposta un valore che indica se il tipo è un'enumerazione.

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

Valore della proprietà

true se il tipo è un'enumerazione; in caso contrario, false.

Si applica a