Goblin - A Platform for 3D AR and VR Applications

ParamDeclCollection.AddRange Method (ParamDeclCollection)

Adds the elements of another ParamDeclCollection to the current ParamDeclCollection.

public virtual int AddRange(
   ParamDeclCollection x
);

Parameters

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

Return Value

The new Count of the ParamDeclCollection.

See Also

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