Goblin - A Platform for 3D AR and VR Applications

CatchCollection Constructor

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

Overload List

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

public CatchCollection();

Initializes a new instance of the CatchCollection class that contains elements copied from the specified Catch array.

public CatchCollection(Catch[]);

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

public CatchCollection(CatchCollection);

 

protected CatchCollection(Tag);

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

public CatchCollection(int);

See Also

CatchCollection Class | DDW.CSharp.Dom Namespace