An NDoc Documented Class Library

FormValidatorCollection.CopyTo Method (FormValidator[], Int32)

Copies the entire FormValidatorCollection to a one-dimensional FormValidator array, starting at the specified index of the target array.

public virtual void CopyTo(
   FormValidator[] array,
   int start
);

Parameters

array
The one-dimensional FormValidator array to copy to.
start
The zero-based index in array at which copying begins.

See Also

FormValidatorCollection Class | FormValidatorCollection Members | Genghis.Windows.Forms Namespace | FormValidatorCollection.CopyTo Overload List