Click or drag to resize
DataId32ListTGetIndex Method
Get index for specified object.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public int GetIndex(
	T item
)

Parameters

item
Type: T
The object to locate in the list.

Return Value

Type: Int32
Index for specified object. -1 is returned if object was not found in list.
See Also