Goblin - A Platform for 3D AR and VR Applications

CaseCollection.Add Method 

Adds a Case to the end of the CaseCollection.

public virtual int Add(
   Case item
);

Parameters

item
The Case to be added to the end of the CaseCollection.

Return Value

The index at which the value has been added.

See Also

CaseCollection Class | DDW.CSharp.Dom Namespace