Click or drag to resize

IMimeDataReadOnlyCollection Interface

Interface for read-only access to MimeData collection.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public interface IMimeDataReadOnlyCollection : IEnumerable<MimeData>, 
	IEnumerable

The IMimeDataReadOnlyCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodContains
Determines whether element is in this collection.
Public methodFind
Finds first element that matches specified predicate.
Public methodFindAll
Finds all elements that matches specified predicate.
Public methodForEach
Performs specified action on each element of the collection.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableMimeData.)
Public methodToList
Creates a new list that contains all elements from this collection.
Top
See Also