Goblin - A Platform for 3D AR and VR Applications

ParamDeclCollection.AddRange Method (ParamDecl[])

Adds the elements of a ParamDecl array to the current ParamDeclCollection.

public virtual int AddRange(
   ParamDecl[] x
);

Parameters

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

Return Value

The new Count of the ParamDeclCollection.

See Also

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