Goblin - A Platform for 3D AR and VR Applications

CaseCollection Constructor

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

Overload List

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

public CaseCollection();

Initializes a new instance of the CaseCollection class that contains elements copied from the specified Case array.

public CaseCollection(Case[]);

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

public CaseCollection(CaseCollection);

 

protected CaseCollection(Tag);

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

public CaseCollection(int);

See Also

CaseCollection Class | DDW.CSharp.Dom Namespace