Copies the entire CatchCollection
to a one-dimensional Catch array.
Copies the entire CatchCollection
to a one-dimensional Catch array.
public virtual void CopyTo(Catch[]);
Copies the entire CatchCollection
to a one-dimensional Catch array, starting at the specified index of the target array.
public virtual void CopyTo(Catch[],int);
CatchCollection Class | DDW.CSharp.Dom Namespace