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