CircularSortedListTKey, TValueElementAt Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public KeyValuePair<TKey, TValue> ElementAt(
int index
)
Public Function ElementAt (
index As Integer
) As KeyValuePair(Of TKey, TValue)
public:
KeyValuePair<TKey, TValue> ElementAt(
int index
)
member ElementAt :
index : int -> KeyValuePair<'TKey, 'TValue>
- index Int32
- The zero-based index of the element to get.
KeyValuePairTKey,
TValueThe element at the specified
index.