HtmlTagContext.AttributeCollection.Enumerator Structure

The HtmlTagContext.AttributeCollection.Enumerator class provides methods that allow you to iterate over a collection of HtmlTagContextAttribute structures.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Structure Enumerator _
    Implements IEnumerator(Of HtmlTagContextAttribute), IDisposable,  _
    IEnumerator
'Usage
Dim instance As HtmlTagContext.AttributeCollection.Enumerator
public struct Enumerator : IEnumerator<HtmlTagContextAttribute>, 
    IDisposable, IEnumerator

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.