|  | RankedSetTEnumeratorSkipWhile Method (FuncT, Boolean) | 
 
            Bypasses items as long as a supplied condition is true and yields the remaining items.
            
 
    Namespace: 
   Kaos.Collections
    Assembly:
   KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
 Syntax
Syntaxpublic RankedSetTEnumerator SkipWhile(
	Func<T, bool> predicate
)
Parameters
- predicate
- Type: SystemFuncT, Boolean
 The condition to test for.
Return Value
Type: 
RankedSetTEnumeratorRemaining items after the first item that does not satisfy the supplied condition.
 Exceptions
Exceptions See Also
See Also