Type.GetEnumUnderlyingType Méthode

Définition

Retourne le type sous-jacent du type énumération actuel.

public:
 virtual Type ^ GetEnumUnderlyingType();
public virtual Type GetEnumUnderlyingType ();
abstract member GetEnumUnderlyingType : unit -> Type
override this.GetEnumUnderlyingType : unit -> Type
Public Overridable Function GetEnumUnderlyingType () As Type

Retours

Type

Type sous-jacent de l'énumération actuelle.

Exceptions

Le type actuel n’est pas une énumération.

  • ou -

Le type d’énumération n’est pas valide, car il contient plusieurs champs d’instance.

Remarques

Par défaut, le type sous-jacent d’une énumération en C# et Visual Basic est Int32 . D’autres types entiers peuvent être spécifiés.

S’applique à