Click or drag to resize
DigitalRuneDataStoreTGetIdByIndex Method
Gets the ID of the item at the given index.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public int GetIdByIndex(
	int index
)

Parameters

index
Type: SystemInt32
The index of the item.

Return Value

Type: Int32
The ID of the data stored at the given index.
See Also