Goblin - A Platform for 3D AR and VR Applications

ExpressionRootCollection.AddRange Method (ExpressionRootCollection)

Adds the elements of another ExpressionRootCollection to the current ExpressionRootCollection.

public virtual int AddRange(
   ExpressionRootCollection x
);

Parameters

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

Return Value

The new Count of the ExpressionRootCollection.

See Also

ExpressionRootCollection Class | DDW.CSharp.SymbolTable Namespace | ExpressionRootCollection.AddRange Overload List