An NDoc Documented Class Library

BaseValidatorCollection.CopyTo Method

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

Overload List

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

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

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

public virtual void CopyTo(BaseValidator[]);

See Also

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