Goblin - A Platform for 3D AR and VR Applications

StatementCollection.Add Method 

Adds a Statement to the end of the StatementCollection.

public virtual int Add(
   Statement item
);

Parameters

item
The Statement to be added to the end of the StatementCollection.

Return Value

The index at which the value has been added.

See Also

StatementCollection Class | DDW.CSharp.Dom Namespace