Goblin - A Platform for 3D AR and VR Applications

ParamDeclCollection.AddRange Method

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

Overload List

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

public virtual int AddRange(ParamDecl[]);

Adds the elements of another ParamDeclCollection to the current ParamDeclCollection.

public virtual int AddRange(ParamDeclCollection);

See Also

ParamDeclCollection Class | DDW.CSharp.Dom Namespace