Goblin - A Platform for 3D AR and VR Applications

CatchCollection.Add Method 

Adds a Catch to the end of the CatchCollection.

public virtual int Add(
   Catch item
);

Parameters

item
The Catch to be added to the end of the CatchCollection.

Return Value

The index at which the value has been added.

See Also

CatchCollection Class | DDW.CSharp.Dom Namespace