Goblin - A Platform for 3D AR and VR Applications

CommentStmtCollection.AddRange Method (CommentStmtCollection)

Adds the elements of another CommentStmtCollection to the current CommentStmtCollection.

public virtual int AddRange(
   CommentStmtCollection x
);

Parameters

x
The CommentStmtCollection whose elements should be added to the end of the current CommentStmtCollection.

Return Value

The new Count of the CommentStmtCollection.

See Also

CommentStmtCollection Class | DDW.CSharp.Dom Namespace | CommentStmtCollection.AddRange Overload List