SkipUntilExtension Class
SkipUntil extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 3.4.0+b99a6a8cc504caf2d48372fe54a2f8116c59cd0c
public static class SkipUntilExtension
<ExtensionAttribute>
Public NotInheritable Class SkipUntilExtension
[ExtensionAttribute]
public ref class SkipUntilExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SkipUntilExtension = class end
- Inheritance
- Object SkipUntilExtension
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.
|