MoreLinq
Fold Method
NamespacesMoreLinqMoreEnumerableFold()()()()
Members
IconMemberDescription
Fold<(Of <<'(T, TResult>)>>)(IEnumerable<(Of <<'(T>)>>), Func<(Of <<'(T, TResult>)>>))
Returns the result of applying a function to a sequence of 1 element.

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

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

Fold<(Of <<'(T, TResult>)>>)(IEnumerable<(Of <<'(T>)>>), Func<(Of <<'(T, T, T, T, TResult>)>>))
Returns the result of applying a function to a sequence of 4 elements.

Assembly: MoreLinq (Module: MoreLinq.dll) Version: 1.0.16006.0 (1.0.16006.1845)