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