Goblin - A Platform for 3D AR and VR Applications

DeclaratorCollection.Add Method 

Adds a Declarator to the end of the DeclaratorCollection.

public virtual int Add(
   Declarator item
);

Parameters

item
The Declarator to be added to the end of the DeclaratorCollection.

Return Value

The index at which the value has been added.

See Also

DeclaratorCollection Class | DDW.CSharp.Dom Namespace