Initializes a new instance of the BaseValidatorCollection
class
that is empty and has the default initial capacity.
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[]);
BaseValidatorCollection Class | BaseValidatorCollection Members | Genghis.Windows.Forms Namespace