Goblin - A Platform for 3D AR and VR Applications

CommentStmtCollection.Remove Method 

Removes the first occurrence of a specific CommentStmt from the CommentStmtCollection.

public virtual void Remove(
   CommentStmt item
);

Parameters

item
The CommentStmt to remove from the CommentStmtCollection.

Exceptions

Exception Type Condition
ArgumentException The specified CommentStmt was not found in the CommentStmtCollection.

See Also

CommentStmtCollection Class | DDW.CSharp.Dom Namespace