|  | RankedDictionaryTKey, TValueValueCollectionEnumeratorSkipWhile Method (FuncTValue, Boolean) | 
Namespace: Kaos.Collections
 Syntax
Syntaxpublic RankedDictionaryTKey, TValueValueCollectionEnumerator SkipWhile( Func<TValue, bool> predicate )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| InvalidOperationException | When the dictionary was modified after the enumerator was created. | 
 See Also
See Also