An NDoc Documented Class Library

FormValidatorCollection.CopyTo Method

Copies the entire FormValidatorCollection to a one-dimensional string array.

Overload List

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

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

Copies the entire FormValidatorCollection to a one-dimensional string array.

public virtual void CopyTo(FormValidator[]);

See Also

FormValidatorCollection Class | FormValidatorCollection Members | Genghis.Windows.Forms Namespace