'Declaration
Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal item As MimerBatchCommand _ )
public void Insert( int index, MimerBatchCommand item )
public procedure Insert( index: Integer; item: MimerBatchCommand );
public function Insert( index : int, item : MimerBatchCommand );
public: void Insert( int index, MimerBatchCommand* item )
Parameters
- index
- The index at which to insert the MimerBatchCommand object.
- item
- The MimerBatchCommand object to insert into the collection.