Initializes a new instance of the CaseCollection
class that is empty and has the default initial capacity.
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);
CaseCollection Class | DDW.CSharp.Dom Namespace