Goblin - A Platform for 3D AR and VR Applications

CompileUnitCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a CompileUnit in the CompileUnitCollection.

public virtual int IndexOf(
   CompileUnit item
);

Parameters

item
The CompileUnit to locate in the CompileUnitCollection.

Return Value

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

See Also

CompileUnitCollection Class | DDW.CSharp.Dom Namespace