Gets the index of the given item in the collection.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
int IndexOf(
	T item
)
Visual Basic (Usage)
Dim instance As IArray
Dim item As T
Dim returnValue As Integer

returnValue = instance.IndexOf(item)

Parameters

item
Type: T

See Also