An NDoc Documented Class Library

FormValidatorCollection.Insert Method 

Inserts an element into the FormValidatorCollection at the specified index.

public virtual void Insert(
   int index,
   FormValidator item
);

Parameters

index
The zero-based index at which item should be inserted.
item
The FormValidator to insert.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException

index is less than zero

-or-

index is equal to or greater than Count.

See Also

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