An NDoc Documented Class Library

BaseValidatorCollection.AddRange Method (BaseValidatorCollection)

Adds the elements of another BaseValidatorCollection to the current BaseValidatorCollection.

public virtual int AddRange(
   BaseValidatorCollection x
);

Parameters

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

Return Value

The new Count of the BaseValidatorCollection.

See Also

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