ArraySegment<T>.GetEnumerator Metodo

Definizione

Restituisce un enumeratore utilizzabile per scorrere gli elementi del segmento di matrice.

public:
 ArraySegment<T>::Enumerator GetEnumerator();
public ArraySegment<T>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> ArraySegment<'T>.Enumerator
Public Function GetEnumerator () As ArraySegment(Of T).Enumerator

Restituisce

Enumeratore utilizzabile per scorrere gli elementi del segmento di matrice.

Eccezioni

La matrice sottostante è null.

Si applica a