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