SkipUntilExtension Class
SkipUntil extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
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.
|