System::Collections::Generic::IEnumerable::LINQ_Aggregate methode

IEnumerable::LINQ_Aggregate method

Past een accumulator‑functie toe op een reeks.

T System::Collections::Generic::IEnumerable<T>::LINQ_Aggregate(const Func<T, T, T> &func)
ParameterTypeBeschrijving
funcconst Func\<T, T, T\>\&Een accumulatorfunctie die op elk element wordt aangeroepen.

ReturnValue

De uiteindelijke accumulatorwaarde.

Zie ook