You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > Aggregate Method > Aggregate Method (this IEnumerable<TSource>, Func<TSource, TSource, TSource>)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Enumerable.Aggregate Method (this IEnumerable<TSource>, Func<TSource, TSource, TSource>)

Applies an accumulator function over a sequence.

Syntax
C++
C#
Visual Basic
public: TSource Aggregate<TSource>( this IEnumerable<TSource> source, Func<TSource, TSource, TSource> func );
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.