Goblin - A Platform for 3D AR and VR Applications

CommentStmtCollection.Add Method 

Adds a CommentStmt to the end of the CommentStmtCollection.

public virtual int Add(
   CommentStmt item
);

Parameters

item
The CommentStmt to be added to the end of the CommentStmtCollection.

Return Value

The index at which the value has been added.

See Also

CommentStmtCollection Class | DDW.CSharp.Dom Namespace