Click or drag to resize
MimeKit

HtmlAttributeCollectionGetEnumerator Method

Get an enumerator for the attribute collection.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public IEnumerator<HtmlAttribute> GetEnumerator()

Return Value

IEnumeratorHtmlAttribute
The enumerator.

Implements

IEnumerableTGetEnumerator
Remarks
Gets an enumerator for the attribute collection.
See Also