SkipUntilExtension Class

SkipUntil extension.

Definition

Namespace: MoreLinq.Extensions
Assembly: MoreLinq (in MoreLinq.dll) Version: 3.4.0+b99a6a8cc504caf2d48372fe54a2f8116c59cd0c
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