An NDoc Documented Class Library

BaseValidatorCollection.AddRange Method (BaseValidator[])

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

public virtual int AddRange(
   BaseValidator[] x
);

Parameters

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

Return Value

The new Count of the BaseValidatorCollection.

See Also

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