RankedDictionaryTKey, TValueElementAt Method |
Namespace: Kaos.Collections
public KeyValuePair<TKey, TValue> ElementAt( int index )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When index is less than zero or greater than or equal to the number of keys. |