Click or drag to resize
DigitalRuneDataStoreTGet Method
Gets the item for the given ID.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public T Get(
	int id
)

Parameters

id
Type: SystemInt32
The ID.

Return Value

Type: T
The data with the given ID, or the default value of T if no data for the given id is in the data store.
See Also