Click or drag to resize
DigitalRuneDataStoreTRemoveAt Method
Removes 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 void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The index of the data that should be removed.
See Also