Goblin - A Platform for 3D AR and VR Applications

ExpressionCollection.Add Method 

Adds a Expression to the end of the ExpressionCollection.

public virtual int Add(
   Expression item
);

Parameters

item
The Expression to be added to the end of the ExpressionCollection.

Return Value

The index at which the value has been added.

See Also

ExpressionCollection Class | DDW.CSharp.Dom Namespace