'Declaration
Public Overloads Function Remove( _ ByVal item As MimerBatchCommand _ ) As Boolean
public bool Remove( MimerBatchCommand item )
public function Remove( item: MimerBatchCommand ): Boolean;
public function Remove( item : MimerBatchCommand ) : boolean;
public: bool Remove( MimerBatchCommand* item )
Parameters
- item
- The MimerBatchCommand object to remove from the collection.