System::Collections::Generic::IEnumerable::LINQ_Aggregate metodo

IEnumerable::LINQ_Aggregate method

Applica una funzione di accumulatore su una sequenza.

T System::Collections::Generic::IEnumerable<T>::LINQ_Aggregate(const Func<T, T, T> &func)
ParametroTipoDescrizione
funcconst Func<T, T, T>&Una funzione accumulatore da invocare su ogni elemento.

ReturnValue

Il valore finale dell’accumulatore.

Vedi anche