'Declaration
Public Sub Insert( _ ByVal index As Integer, _ ByVal item As ValidationRule _ )
public void Insert( int index, ValidationRule item )
Parameters
- index
- The zero-based index at which item should be inserted.
- item
- The object to insert into the ValidationRuleCollection.