Click or drag to resize
Accord.NET (logo)

OrderedDictionaryTKey, TValueGetKeyByIndex Method

Gets the at the specified index.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public TKey GetKeyByIndex(
	int index
)
Request Example View Source

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: TKey
See Also