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