Click or drag to resize

MoreEnumerable.Fold Method

Overload List
  NameDescription
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, T, T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 9 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, T, T, T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 10 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, T, T, T, T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 11 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, T, T, T, T, T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 12 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, T, T, T, T, T, T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 13 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, T, T, T, T, T, T, T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 14 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 15 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 16 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, TResult>)
Returns the result of applying a function to a sequence of 1 element.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, TResult>)
Returns the result of applying a function to a sequence of 2 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, TResult>)
Returns the result of applying a function to a sequence of 3 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 4 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 5 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 6 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 7 elements.
Public methodStatic memberFold<T, TResult>(IEnumerable<T>, Func<T, T, T, T, T, T, T, T, TResult>)
Returns the result of applying a function to a sequence of 8 elements.
Top
See Also