Skip to content

Overload_CSharpx_EnumerableExtensions_Fold

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

EnumerableExtensions.Fold Method

Overload List

 

Name Description
Public methodStatic member Fold(T, TResult)(IEnumerable(T), Func(T, TResult)) Returns the result of applying a function to a sequence of 1 element.
Public methodStatic member Fold(T, TResult)(IEnumerable(T), Func(T, T, TResult)) Returns the result of applying a function to a sequence of 2 elements.
Public methodStatic member Fold(T, TResult)(IEnumerable(T), Func(T, T, T, TResult)) Returns the result of applying a function to a sequence of 3 elements.
Public methodStatic member Fold(T, TResult)(IEnumerable(T), Func(T, T, T, T, TResult)) Returns the result of applying a function to a sequence of 4 elements.
  Back to Top

See Also

Reference

EnumerableExtensions Class
CSharpx Namespace

Clone this wiki locally