Goblin - A Platform for 3D AR and VR Applications

AssemblyReferenceCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a AssemblyReference in the AssemblyReferenceCollection.

public virtual int IndexOf(
   AssemblyReference item
);

Parameters

item
The AssemblyReference to locate in the AssemblyReferenceCollection.

Return Value

The zero-based index of the first occurrence of item in the entire AssemblyReferenceCollection, if found; otherwise, -1.

See Also

AssemblyReferenceCollection Class | DDW.CSharp.Dom Namespace