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