TypeDelegator.HasElementTypeImpl Méthode

Définition

Obtient une valeur indiquant si le Type en cours inclut ou fait référence à un autre type, c'est-à-dire si le Type en cours est un tableau, un pointeur ou un ByRef.

protected:
 override bool HasElementTypeImpl();
protected override bool HasElementTypeImpl ();
override this.HasElementTypeImpl : unit -> bool
Protected Overrides Function HasElementTypeImpl () As Boolean

Retours

Boolean

true si Type est un tableau, un pointeur ou un ByRef ; sinon false.

S’applique à