Type.GetTypeCodeImpl Méthode

Définition

Retourne le code du type sous-jacent de cette instance Type.

protected:
 virtual TypeCode GetTypeCodeImpl();
protected virtual TypeCode GetTypeCodeImpl ();
abstract member GetTypeCodeImpl : unit -> TypeCode
override this.GetTypeCodeImpl : unit -> TypeCode
Protected Overridable Function GetTypeCodeImpl () As TypeCode

Retours

TypeCode

Code du type sous-jacent.

Remarques

cette méthode fournit l’implémentation de la static méthode (en C#) ou Shared (en Visual Basic) GetTypeCode(Type) . Lorsque vous héritez de Type , vous pouvez substituer cette méthode pour fournir votre propre implémentation de GetTypeCode .

S’applique à

Voir aussi