Initializes a new instance of the FormValidatorCollection
class
that is empty and has the default initial capacity.
Initializes a new instance of the FormValidatorCollection
class
that is empty and has the default initial capacity.
public FormValidatorCollection();
Initializes a new instance of the FormValidatorCollection
class
that has the specified initial capacity.
public FormValidatorCollection(int);
Initializes a new instance of the FormValidatorCollection
class
that contains elements copied from the specified FormValidatorCollection
.
public FormValidatorCollection(FormValidatorCollection);
Initializes a new instance of the FormValidatorCollection
class
that contains elements copied from the specified FormValidator array.
public FormValidatorCollection(FormValidator[]);
FormValidatorCollection Class | FormValidatorCollection Members | Genghis.Windows.Forms Namespace