Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.0.0-preview.3
Syntax
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get or set.
Return Value
Type: KeyValuePairTKey, TValueThe element at the specified index.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is not a valid index in the CircularSortedListTKey, TValue |
See Also