SubjectInfoCollection.IEnumerable<SubjectInfo>.GetEnumerator Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9147)
IEnumerable<SubjectInfo>.GetEnumerator()
Gets an IEnumerator<T> for the Subject
Declaration
IEnumerator<SubjectInfo> IEnumerable<SubjectInfo>.GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Subject |
An IEnumerator<T> for the collection. |