Condividi tramite


TypeProvider.IsEnum(Type) Metodo

Definizione

Indica se la classe Type è di tipo Enum .

public:
 static bool IsEnum(Type ^ type);
public static bool IsEnum (Type type);
static member IsEnum : Type -> bool
Public Shared Function IsEnum (type As Type) As Boolean

Parametri

type
Type

Classe Type da verificare.

Restituisce

Boolean

true se Type è una classe Enum. In caso contrario, false.

Eccezioni

type è un riferimento null (Nothing in Visual Basic).

Si applica a