Partager via


TypeProvider.IsEnum(Type) Méthode

Définition

Indique si Type est de type 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

Paramètres

type
Type

Type à tester.

Retours

Boolean

true si Type est Enum ; sinon, false.

Exceptions

type est une référence Null (Nothing en Visual Basic).

S’applique à