Goblin - A Platform for 3D AR and VR Applications

ExpressionCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a Expression in the ExpressionCollection.

public virtual int IndexOf(
   Expression item
);

Parameters

item
The Expression to locate in the ExpressionCollection.

Return Value

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

See Also

ExpressionCollection Class | DDW.CSharp.Dom Namespace