FoldExtension Class

Fold extension.

Definition

Namespace: MoreLinq.Extensions
Assembly: MoreLinq (in MoreLinq.dll) Version: 4.1.0+0e154ef592f33ce0f6f3d534a9eedee273f0ce72
C#
public static class FoldExtension
Inheritance
Object    FoldExtension

Methods

FoldT, 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.
FoldT, 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.
FoldT, 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.
FoldT, 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.
FoldT, 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.
FoldT, 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.
FoldT, 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.
FoldT, 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.
FoldT, TResult(IEnumerableT, FuncT, T, T, T, T, T, T, T, TResult) Returns the result of applying a function to a sequence of 8 elements.
FoldT, TResult(IEnumerableT, FuncT, T, T, T, T, T, T, TResult) Returns the result of applying a function to a sequence of 7 elements.
FoldT, TResult(IEnumerableT, FuncT, T, T, T, T, T, TResult) Returns the result of applying a function to a sequence of 6 elements.
FoldT, TResult(IEnumerableT, FuncT, T, T, T, T, TResult) Returns the result of applying a function to a sequence of 5 elements.
FoldT, TResult(IEnumerableT, FuncT, T, T, T, TResult) Returns the result of applying a function to a sequence of 4 elements.
FoldT, TResult(IEnumerableT, FuncT, T, T, TResult) Returns the result of applying a function to a sequence of 3 elements.
FoldT, TResult(IEnumerableT, FuncT, T, TResult) Returns the result of applying a function to a sequence of 2 elements.
FoldT, TResult(IEnumerableT, FuncT, TResult) Returns the result of applying a function to a sequence of 1 element.

See Also