System::Collections::Generic::IEnumerable::LINQ_Aggregate method
IEnumerable::LINQ_Aggregate method
Applies an accumulator function over a sequence.
T System::Collections::Generic::IEnumerable<T>::LINQ_Aggregate(const Func<T, T, T> &func)
Parameter | Type | Description |
---|---|---|
func | const Func<T, T, T>& | An accumulator function to be invoked on each element. |
ReturnValue
The final accumulator value.
See Also
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++