TakeUntilExtension Class

TakeUntil extension.

Definition

Namespace: MoreLinq.Extensions
Assembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
C#
public static class TakeUntilExtension
Inheritance
Object    TakeUntilExtension

Methods

TakeUntilTSource Returns items from the input sequence until the given predicate returns true when applied to the current source item; that item will be the last returned.

See Also