IMime |
The IMimeDataReadOnlyCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements stored in the collection. | |
| ItemInt32 | Gets or set MimeData object at specified index. | |
| ItemString | Gets or set MimeData object with specified content-id. |
| Name | Description | |
|---|---|---|
| Contains | Determines whether element is in this collection. | |
| Find | Finds first element that matches specified predicate. | |
| FindAll | Finds all elements that matches specified predicate. | |
| ForEach | Performs specified action on each element of the collection. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableMimeData) | |
| ToList | Creates a new list that contains all elements from this collection. |