Type.IsPointerImpl Méthode

Définition

En cas de substitution dans une classe dérivée, implémente la propriété IsPointer et détermine si le Type est un pointeur.

protected:
 abstract bool IsPointerImpl();
protected abstract bool IsPointerImpl ();
abstract member IsPointerImpl : unit -> bool
Protected MustOverride Function IsPointerImpl () As Boolean

Retours

Boolean

true si Type est un pointeur ; sinon, false.

S’applique à

Voir aussi