Returns the key of an item with the specified index.
Declaration
public object GetKeyAt(int index)
Public Function GetKeyAt(index As Integer) As Object
Parameters
| Type |
Name |
Description |
| int |
index |
The item index.
|
Returns
| Type |
Description |
| object |
The item's key.
|