| DataStoreTGetIdByIndex Method |
Gets the ID of the item at the given index.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public int GetIdByIndex(
int index
)
Public Function GetIdByIndex (
index As Integer
) As Integer
public:
int GetIdByIndex(
int index
)
member GetIdByIndex :
index : int -> int
Parameters
- index
- Type: SystemInt32
The index of the item.
Return Value
Type:
Int32The ID of the data stored at the given index.
See Also