RankedDictionaryTKey, TValueKeyCollectionSkipWhile Method (FuncTKey, Int32, Boolean) |
Namespace: Kaos.Collections
public RankedDictionaryTKey, TValueKeyCollectionEnumerator SkipWhile( Func<TKey, int, bool> predicate )
Exception | Condition |
---|---|
InvalidOperationException | When the dictionary was modified after the enumerator was created. |