Click or drag to resize
DigitalRuneDataStoreTSet Method
Adds the given item to the data store.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public void Set(
	int id,
	T data
)

Parameters

id
Type: SystemInt32
The ID.
data
Type: T
The data.
See Also