Goblin - A Platform for 3D AR and VR Applications

StatementCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a Statement in the StatementCollection.

public virtual int IndexOf(
   Statement item
);

Parameters

item
The Statement to locate in the StatementCollection.

Return Value

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

See Also

StatementCollection Class | DDW.CSharp.Dom Namespace