An NDoc Documented Class Library

FormValidatorCollection.Item Property

Gets or sets the FormValidator at the specified index.

public virtual FormValidator this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the element to get or set.

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