An NDoc Documented Class Library

FormValidatorCollection Constructor

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

Overload List

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[]);

See Also

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