System::Array::ForEach metodo

Array::ForEach method

Esegue l’azione specificata su ogni elemento dell’array specificato.

static void System::Array<T>::ForEach(const ArrayPtr<T> &arr, System::Action<T> action)
ParametroTipoDescrizione
arrconst ArrayPtr<T>&Array di destinazione
actionSystem::Action<T>L’azione da eseguire su ogni elemento dell’array

Vedi anche