HtmlTagContext.AttributeCollection.Enumerator Members

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

The following tables list the members exposed by the HtmlTagContext.AttributeCollection.Enumerator type.

Public Properties

  Name Description
Aa566587.pubproperty(en-us,EXCHG.80).gif Current The Current property gets the current HtmlTagContextAttribute structure.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa566587.pubmethod(en-us,EXCHG.80).gif Dispose Releases all resources used by HtmlTagContext.AttributeCollection.Enumerator.
Aa566587.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Aa566587.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Aa566587.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa566587.pubmethod(en-us,EXCHG.80).gif MoveNext The MoveNext method moves the current position to the next HtmlTagContextAttribute structure.
Aa566587.pubmethod(en-us,EXCHG.80).gifAa566587.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa566587.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from ValueType )

Top

Protected Methods

  Name Description
Aa566587.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa566587.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerator.Reset The System.Collections.IEnumerator.Reset method resets this HtmlTagContext.AttributeCollection.Enumerator structure.
System.Collections.IEnumerator.Current The System.Collections.IEnumerator.Current method gets the current HtmlTagContextAttribute structure.

Top