Share via


HtmlTagContext.AttributeCollection.Enumerator Members

Include Protected Members
Include Inherited Members

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

The HtmlTagContext.AttributeCollection.Enumerator type exposes the following members.

Properties

  Name Description
Public property Current The Current property gets the current HtmlTagContextAttribute structure.

Top

Methods

  Name Description
Public method Dispose Releases all resources used by HtmlTagContext.AttributeCollection.Enumerator.
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveNext The MoveNext method moves the current position to the next HtmlTagContextAttribute structure.
Public method ToString (Inherited from ValueType.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IEnumerator.Current
Explicit interface implemetationPrivate method IEnumerator.Reset

Top