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