An NDoc Documented Class Library

BaseValidatorCollection.AddRange Method

Adds the elements of a BaseValidator array to the current BaseValidatorCollection.

Overload List

Adds the elements of a BaseValidator array to the current BaseValidatorCollection.

public virtual int AddRange(BaseValidator[]);

Adds the elements of another BaseValidatorCollection to the current BaseValidatorCollection.

public virtual int AddRange(BaseValidatorCollection);

See Also

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