SkipUntil extension.
Inheritance Hierarchy 
    Namespace: 
   MoreLinq.Extensions
    Assembly:
   MoreLinq (in MoreLinq.dll) Version: 3.2.0+5205ea241d72b079436060d330cd5c2eae7cdcdf
Syntaxpublic static class SkipUntilExtension
<ExtensionAttribute>
Public NotInheritable Class SkipUntilExtension
[ExtensionAttribute]
public ref class SkipUntilExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SkipUntilExtension =  class end
The SkipUntilExtension type exposes the following members.
Methods| 
								 
							 | Name | Description | 
|---|
   | 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.
              | 
Top
See Also