Goblin - A Platform for 3D AR and VR Applications

ParamDeclCollection.Add Method 

Adds a ParamDecl to the end of the ParamDeclCollection.

public virtual int Add(
   ParamDecl item
);

Parameters

item
The ParamDecl to be added to the end of the ParamDeclCollection.

Return Value

The index at which the value has been added.

See Also

ParamDeclCollection Class | DDW.CSharp.Dom Namespace