Sequence<T, TSelf>.Until Method

Overload List

Until(Func<T, Boolean>)Get the initial values of a sequence until a predicate is satisfied.
Until(T)Get the initial values of a sequence until a value is found.

See Also