Goblin - A Platform for 3D AR and VR Applications

TypeDeclCollection.Add Method 

Adds a TypeDecl to the end of the TypeDeclCollection.

public virtual int Add(
   TypeDecl item
);

Parameters

item
The TypeDecl to be added to the end of the TypeDeclCollection.

Return Value

The index at which the value has been added.

See Also

TypeDeclCollection Class | DDW.CSharp.Dom Namespace