Goblin - A Platform for 3D AR and VR Applications

DefinitionCollection.Add Method 

Adds a IDefinition to the end of the DefinitionCollection.

public virtual int Add(
   IDefinition item
);

Parameters

item
The IDefinition to be added to the end of the DefinitionCollection.

Return Value

The index at which the value has been added.

See Also

DefinitionCollection Class | DDW.CSharp.SymbolTable Namespace