Click or drag to resize

SkipUntilExtension Class

SkipUntil extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsSkipUntilExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
Syntax
public static class SkipUntilExtension

The SkipUntilExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSkipUntilTSource
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.
Top
See Also