Click or drag to resize

FoldExtension Class

Fold extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsFoldExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public static class FoldExtension
Methods
  NameDescription
Public methodStatic memberFoldT, TResult(IEnumerableT, FuncT, T, T, T, T, T, T, T, T, TResult)
Returns the result of applying a function to a sequence of 9 elements.
Public methodStatic memberFoldT, TResult(IEnumerableT, FuncT, 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 memberFoldT, TResult(IEnumerableT, FuncT, 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 memberFoldT, TResult(IEnumerableT, FuncT, 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 memberFoldT, TResult(IEnumerableT, FuncT, 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 memberFoldT, TResult(IEnumerableT, FuncT, 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 memberFoldT, TResult(IEnumerableT, FuncT, 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 memberFoldT, TResult(IEnumerableT, FuncT, 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 memberFoldT, TResult(IEnumerableT, FuncT, TResult)
Returns the result of applying a function to a sequence of 1 element.
Public methodStatic memberFoldT, TResult(IEnumerableT, FuncT, T, TResult)
Returns the result of applying a function to a sequence of 2 elements.
Public methodStatic memberFoldT, TResult(IEnumerableT, FuncT, T, T, TResult)
Returns the result of applying a function to a sequence of 3 elements.
Public methodStatic memberFoldT, TResult(IEnumerableT, FuncT, T, T, T, TResult)
Returns the result of applying a function to a sequence of 4 elements.
Public methodStatic memberFoldT, TResult(IEnumerableT, FuncT, T, T, T, T, TResult)
Returns the result of applying a function to a sequence of 5 elements.
Public methodStatic memberFoldT, TResult(IEnumerableT, FuncT, T, T, T, T, T, TResult)
Returns the result of applying a function to a sequence of 6 elements.
Public methodStatic memberFoldT, TResult(IEnumerableT, FuncT, T, T, T, T, T, T, TResult)
Returns the result of applying a function to a sequence of 7 elements.
Public methodStatic memberFoldT, TResult(IEnumerableT, FuncT, T, T, T, T, T, T, T, TResult)
Returns the result of applying a function to a sequence of 8 elements.
Top
See Also