CircularSortedListTKey, TValueElementAt Method

Gets a KeyValuePairTKey, TValue of the TKey and TValue elements at the specified index.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public KeyValuePair<TKey, TValue> ElementAt(
	int index
)

Parameters

index  Int32
The zero-based index of the element to get.

Return Value

KeyValuePairTKey, TValue
The element at the specified index.

Exceptions

See Also