Goblin - A Platform for 3D AR and VR Applications

StatementCollection.AddRange Method (StatementCollection)

Adds the elements of another StatementCollection to the current StatementCollection.

public virtual int AddRange(
   StatementCollection x
);

Parameters

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

Return Value

The new Count of the StatementCollection.

See Also

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