Goblin - A Platform for 3D AR and VR Applications

TypeRefCollection.Add Method 

Adds a TypeRef to the end of the TypeRefCollection.

public virtual int Add(
   TypeRef item
);

Parameters

item
The TypeRef to be added to the end of the TypeRefCollection.

Return Value

The index at which the value has been added.

See Also

TypeRefCollection Class | DDW.CSharp.Dom Namespace