Sitecore 5.0 API

IndexedDictionary.GetKey Method 

Gets the key.

[Visual Basic]
Public Function GetKey( _
   ByVal index As Integer _
) As Object
[C#]
public object GetKey(
   int index
);

Parameters

index
Index.

See Also

IndexedDictionary Class | Sitecore.Collections Namespace