Click or drag to resize
DigitalRuneDataStoreTIndexOf Method
Gets the index of the given item.

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

Parameters

data
Type: T
The data.

Return Value

Type: Int32
The zero-based index of the given item; or -1 if the data is not in the data store.
See Also