[]
Inserts an item to the ValidationRuleCollection at the specified index.
public void Insert(int index, ValidationRule item)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which |
ValidationRule | item | The object to insert into the ValidationRuleCollection. |