An NDoc Documented Class Library

FormValidatorCollection.AddRange Method (FormValidatorCollection)

Adds the elements of another FormValidatorCollection to the current FormValidatorCollection.

public virtual int AddRange(
   FormValidatorCollection x
);

Parameters

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

Return Value

The new Count of the FormValidatorCollection.

See Also

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