Goblin - A Platform for 3D AR and VR Applications

ParamCollection Constructor

Initializes a new instance of the ParamCollection class that is empty and has the default initial capacity.

Overload List

Initializes a new instance of the ParamCollection class that is empty and has the default initial capacity.

public ParamCollection();

Initializes a new instance of the ParamCollection class that contains elements copied from the specified Param array.

public ParamCollection(Param[]);

Initializes a new instance of the ParamCollection class that contains elements copied from the specified ParamCollection.

public ParamCollection(ParamCollection);

 

protected ParamCollection(Tag);

Initializes a new instance of the ParamCollection class that has the specified initial capacity.

public ParamCollection(int);

See Also

ParamCollection Class | DDW.CSharp.Dom Namespace