Type.GetTypeCodeImpl Méthode

Définition

Retourne le code de 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

Code de type du type sous-jacent.

Remarques

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

S’applique à

Voir aussi