Goblin - A Platform for 3D AR and VR Applications

CommentStmtCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a CommentStmt in the CommentStmtCollection.

public virtual int IndexOf(
   CommentStmt item
);

Parameters

item
The CommentStmt to locate in the CommentStmtCollection.

Return Value

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

See Also

CommentStmtCollection Class | DDW.CSharp.Dom Namespace