Udostępnij za pośrednictwem


TypeProvider.IsEnum(Type) Metoda

Definicja

Wskazuje, czy typ Type ma typ 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

Parametry

type
Type

Testowane Type .

Zwraca

Boolean

true jeśli element Type to ; Enum w przeciwnym razie false.

Wyjątki

typejest odwołaniem o wartości null (Nothingw Visual Basic).

Dotyczy