Goblin - A Platform for 3D AR and VR Applications

CatchCollection.AddRange Method (CatchCollection)

Adds the elements of another CatchCollection to the current CatchCollection.

public virtual int AddRange(
   CatchCollection x
);

Parameters

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

Return Value

The new Count of the CatchCollection.

See Also

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