PhraseCollection.IEnumerable<String>.GetEnumerator Method
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9448)
IEnumerable<String>.GetEnumerator()
Gets an IEnumerator<T> for the PhraseCollection collection.
Declaration
IEnumerator<string> IEnumerable<string>.GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<String> | An IEnumerator<T> for the collection. |