[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:Mogware.VisualStudio.ColladaNet.Accessor.IndexOf(System.Object)]

Namespace:  Mogware.VisualStudio.ColladaNet
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.25 (1.0.0.25)

Syntax

C#
public int IndexOf(
	Object item
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	item As Object _
) As Integer
Visual C++
public:
int IndexOf(
	Object^ item
)

Parameters

item
Type: System..::.Object

[Missing <param name="item"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Accessor.IndexOf(System.Object)"]

Return Value

[Missing <returns> documentation for M:Mogware.VisualStudio.ColladaNet.Accessor.IndexOf(System.Object)]

See Also