| DataStoreTRemoveAt Method |
Removes 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 void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
void RemoveAt(
int index
)
member RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The index of the data that should be removed.
See Also