MoreEnumerableFold Method |
Name | Description | |
---|---|---|
FoldT, TResult(IEnumerableT, FuncT, TResult) |
Returns the result of applying a function to a sequence of
1 element.
| |
FoldT, TResult(IEnumerableT, FuncT, T, TResult) |
Returns the result of applying a function to a sequence of
2 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, T, T, TResult) |
Returns the result of applying a function to a sequence of
4 elements.
|