An NDoc Documented Class Library

BaseValidatorCollection.CopyTo Method (BaseValidator[], Int32)

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

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

Parameters

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

See Also

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