Goblin - A Platform for 3D AR and VR Applications

ParamDeclCollection Constructor

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

Overload List

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

public ParamDeclCollection();

Initializes a new instance of the ParamDeclCollection class that contains elements copied from the specified ParamDecl array.

public ParamDeclCollection(ParamDecl[]);

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

public ParamDeclCollection(ParamDeclCollection);

 

protected ParamDeclCollection(Tag);

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

public ParamDeclCollection(int);

See Also

ParamDeclCollection Class | DDW.CSharp.Dom Namespace