An NDoc Documented Class Library

BaseValidatorCollection.Add Method 

Adds a BaseValidator to the end of the BaseValidatorCollection.

public virtual int Add(
   BaseValidator item
);

Parameters

item
The BaseValidator to be added to the end of the BaseValidatorCollection.

Return Value

The index at which the value has been added.

See Also

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