An NDoc Documented Class Library

FormValidatorCollection.AddRange Method (FormValidator[])

Adds the elements of a FormValidator array to the current FormValidatorCollection.

public virtual int AddRange(
   FormValidator[] x
);

Parameters

x
The FormValidator array whose elements should be added to the end of the FormValidatorCollection.

Return Value

The new Count of the FormValidatorCollection.

See Also

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