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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| func | const Func<T, T, T>& | Una funzione accumulatore da invocare su ogni elemento. |
ReturnValue
Il valore finale dell’accumulatore.
Vedi anche
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++