Goblin - A Platform for 3D AR and VR Applications

ExpressionCollection.AddRange Method (Expression[])

Adds the elements of a Expression array to the current ExpressionCollection.

public virtual int AddRange(
   Expression[] x
);

Parameters

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

Return Value

The new Count of the ExpressionCollection.

See Also

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