'Declaration
Public Overloads Function IndexOf( _ ByVal item As MimerBatchCommand _ ) As Integer
public int IndexOf( MimerBatchCommand item )
public function IndexOf( item: MimerBatchCommand ): Integer;
public function IndexOf( item : MimerBatchCommand ) : int;
public: int IndexOf( MimerBatchCommand* item )
Parameters
- item
- The MimerBatchCommand object to locate in the collection.
Return Value
The index of the specified MimerBatchCommand object.