Goblin - A Platform for 3D AR and VR Applications

CatchCollection.AddRange Method (Catch[])

Adds the elements of a Catch array to the current CatchCollection.

public virtual int AddRange(
   Catch[] x
);

Parameters

x
The Catch array whose elements should be added to the end of the CatchCollection.

Return Value

The new Count of the CatchCollection.

See Also

CatchCollection Class | DDW.CSharp.Dom Namespace | CatchCollection.AddRange Overload List