Goblin - A Platform for 3D AR and VR Applications

ExpressionCollection.AddRange Method (ExpressionCollection)

Adds the elements of another ExpressionCollection to the current ExpressionCollection.

public virtual int AddRange(
   ExpressionCollection x
);

Parameters

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

Return Value

The new Count of the ExpressionCollection.

See Also

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