RankedDictionaryTKey, TValueRemoveRange Method |
Namespace: Kaos.Collections
public void RemoveRange( int index, int count )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When index or count is less than zero. |
ArgumentException | When index and count do not denote a valid range of elements in the dictionary. |