TypeDelegator.IsArrayImpl Metodo

Definizione

Restituisce un valore che indica se l'oggetto Type è una matrice.

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

Restituisce

true se Type è una matrice. In caso contrario, false.

Si applica a