SkipUntilExtension Class

SkipUntil extension.

Definition

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

Methods

SkipUntilTSource Skips items from the input sequence until the given predicate returns true when applied to the current source item; that item will be the last skipped.

See Also