TypeDelegator.HasElementTypeImpl Metodo

Definizione

Ottiene un valore che indica se l'oggetto Type corrente comprende o fa riferimento a un altro tipo, ossia se l'oggetto Type corrente è una matrice, un puntatore o ByRef.

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

Restituisce

true se l'oggetto Type è una matrice, un puntatore o ByRef; in caso contrario, false.

Si applica a