A Sandcastle Documented Class Library
IndexOf Method (item)
NamespacesColladaAccessorIndexOf(Object)
Tells you where an object occurs in the list of data in the Source
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	Object item
)
Public Function IndexOf ( _
	item As Object _
) As Integer
public:
int IndexOf(
	Object^ item
)
Parameters
item (Object)
The item you have
Return Value
What is its index in the data for this Source

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)