An NDoc Documented Class Library

BaseValidatorCollection.Insert Method 

Inserts an element into the BaseValidatorCollection at the specified index.

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

Parameters

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

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException

index is less than zero

-or-

index is equal to or greater than Count.

See Also

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