Goblin - A Platform for 3D AR and VR Applications

StatementCollection.AddRange Method (Statement[])

Adds the elements of a Statement array to the current StatementCollection.

public virtual int AddRange(
   Statement[] x
);

Parameters

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

Return Value

The new Count of the StatementCollection.

See Also

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