Goblin - A Platform for 3D AR and VR Applications

CaseCollection.AddRange Method (CaseCollection)

Adds the elements of another CaseCollection to the current CaseCollection.

public virtual int AddRange(
   CaseCollection x
);

Parameters

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

Return Value

The new Count of the CaseCollection.

See Also

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