Goblin - A Platform for 3D AR and VR Applications

ParamCollection.AddRange Method (Param[])

Adds the elements of a Param array to the current ParamCollection.

public virtual int AddRange(
   Param[] x
);

Parameters

x
The Param array whose elements should be added to the end of the ParamCollection.

Return Value

The new Count of the ParamCollection.

See Also

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