Goblin - A Platform for 3D AR and VR Applications

ParamCollection.AddRange Method

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

Overload List

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

public virtual int AddRange(Param[]);

Adds the elements of another ParamCollection to the current ParamCollection.

public virtual int AddRange(ParamCollection);

See Also

ParamCollection Class | DDW.CSharp.Dom Namespace