'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal value As OracleNumberMapping _ )
public void Insert( int index, OracleNumberMapping value )
Parameters
- index
- The zero-based index where to insert the object.
- value
- The OracleNumberMapping object to add to the collection.