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