System::Array::GetEnumerator metodo

Array::GetEnumerator method

Restituisce un puntatore all’oggetto Enumerator che fornisce l’interfaccia IEnumerator agli elementi dell’array rappresentato dall’oggetto corrente.

virtual EnumeratorPtr System::Array<T>::GetEnumerator() override

ReturnValue

Puntatore all’oggetto Enumerator

Vedi anche