Goblin - A Platform for 3D AR and VR Applications

ExpressionCollection.AddRange Method

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

Overload List

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

public virtual int AddRange(Expression[]);

Adds the elements of another ExpressionCollection to the current ExpressionCollection.

public virtual int AddRange(ExpressionCollection);

See Also

ExpressionCollection Class | DDW.CSharp.Dom Namespace