Goblin - A Platform for 3D AR and VR Applications

ParamCollection.AddRange Method (ParamCollection)

Adds the elements of another ParamCollection to the current ParamCollection.

public virtual int AddRange(
   ParamCollection x
);

Parameters

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

Return Value

The new Count of the ParamCollection.

See Also

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