EnumerableExtensions.Fold Method
|
Name |
Description |

|
Fold(T, TResult)(IEnumerable(T), Func(T, TResult)) |
Returns the result of applying a function to a sequence of 1 element. |

|
Fold(T, TResult)(IEnumerable(T), Func(T, T, TResult)) |
Returns the result of applying a function to a sequence of 2 elements. |

|
Fold(T, TResult)(IEnumerable(T), Func(T, T, T, TResult)) |
Returns the result of applying a function to a sequence of 3 elements. |

|
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
EnumerableExtensions Class
CSharpx Namespace