Enum.GetTypeCode Méthode

Définition

Retourne le code du type sous-jacent de ce membre d’énumération.

public:
 virtual TypeCode GetTypeCode();
public:
 TypeCode GetTypeCode();
public TypeCode GetTypeCode ();
abstract member GetTypeCode : unit -> TypeCode
override this.GetTypeCode : unit -> TypeCode
member this.GetTypeCode : unit -> TypeCode
Public Function GetTypeCode () As TypeCode

Retours

Code du type sous-jacent de cette instance.

Implémente

Exceptions

Le type énumération est inconnu.

S’applique à

Voir aussi