Name | Description | |
---|---|---|
![]() | Count | Overridden. Gets the number of elements contained in the MimerBatchCommandCollection. |
![]() | IsReadOnly | Overridden. Specifies whether the collection is read-only. |
![]() | Item | Gets the element at the specified index. |
The following tables list the members exposed by MimerBatchCommandCollection.
Name | Description | |
---|---|---|
![]() | Count | Overridden. Gets the number of elements contained in the MimerBatchCommandCollection. |
![]() | IsReadOnly | Overridden. Specifies whether the collection is read-only. |
![]() | Item | Gets the element at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an MimerBatchCommand object to the end of the MimerBatchCommandCollection. |
![]() | Clear | Overridden. Removes all MimerBatchCommand values from the MimerBatchCommandCollection. |
![]() | Contains | Overloaded. Determines whether a MimerBatchCommand is in the MimerBatchCommandCollection. |
![]() | CopyTo | Overloaded. Copies the entire MimerBatchCommandCollection to a one dimensional array, starting at the target index of the target array. |
![]() | GetEnumerator | Overridden. Returns an enumerator that iterates through the collection |
![]() | IndexOf | Overloaded. Searches for the specified MimerBatchCommand within the MimerBatchCommandCollection and returns the zero-based index of the first occurence within the entire MimerBatchCommandCollection. |
![]() | Insert | Overloaded. Inserts an item into the MimerBatchCommandCollection at the specified index. |
![]() | Remove | Overloaded. Removes the first occurence of a specific MimerBatchCommand object from the MimerBatchCommandCollection. |
![]() | RemoveAt | Overridden. Removes the MimerBatchCommand object at the specified index from the collection. |