Goblin - A Platform for 3D AR and VR Applications

CaseCollection.AddRange Method (Case[])

Adds the elements of a Case array to the current CaseCollection.

public virtual int AddRange(
   Case[] x
);

Parameters

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

Return Value

The new Count of the CaseCollection.

See Also

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