TypeProvider.IsEnum(Type) Método
Definição
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
Parâmetros
Retornos
true se o Type é um Enum, caso contrário, false.true if the Type is an Enum ; otherwise false.
Exceções
type é uma referência nula (Nothing no Visual Basic).type is a null reference (Nothing in Visual Basic).