Goblin - A Platform for 3D AR and VR Applications

ExpressionRootCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a ExpressionRoot in the ExpressionRootCollection.

public virtual int IndexOf(
   ExpressionRoot item
);

Parameters

item
The ExpressionRoot to locate in the ExpressionRootCollection.

Return Value

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

See Also

ExpressionRootCollection Class | DDW.CSharp.SymbolTable Namespace