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