Overload_CSharpx_EnumerableExtensions_Fold - adutton/commandline GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️