An NDoc Documented Class Library

FormValidatorCollection.AddRange Method

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

Overload List

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

public virtual int AddRange(FormValidator[]);

Adds the elements of another FormValidatorCollection to the current FormValidatorCollection.

public virtual int AddRange(FormValidatorCollection);

See Also

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