An NDoc Documented Class Library

BaseValidatorCollection Constructor

Initializes a new instance of the BaseValidatorCollection class that is empty and has the default initial capacity.

Overload List

Initializes a new instance of the BaseValidatorCollection class that is empty and has the default initial capacity.

public BaseValidatorCollection();

Initializes a new instance of the BaseValidatorCollection class that has the specified initial capacity.

public BaseValidatorCollection(int);

Initializes a new instance of the BaseValidatorCollection class that contains elements copied from the specified BaseValidatorCollection.

public BaseValidatorCollection(BaseValidatorCollection);

Initializes a new instance of the BaseValidatorCollection class that contains elements copied from the specified BaseValidator array.

public BaseValidatorCollection(BaseValidator[]);

See Also

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