Click or drag to resize

TypedSortedListEx TKey , TValue GetKey Method

Gets the key at the specified index of the SortedListEx.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual TKey GetKey(
	int index
)

Parameters

index
Type: System Int32
The zero-based index of the key to get.

Return Value

Type: TKey
The key at the specified index of the SortedListEx.
Exceptions
Exception Condition
ArgumentOutOfRangeException When index is less than zero or greater than size of the list.
See Also