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 | |
---|---|---|
Current | The Current property gets the current HtmlTagContextAttribute structure. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Releases all resources used by HtmlTagContext.AttributeCollection.Enumerator. | |
Equals | Overloaded. (inherited from ValueType ) | |
GetHashCode | (inherited from ValueType ) | |
GetType | (inherited from Object ) | |
MoveNext | The MoveNext method moves the current position to the next HtmlTagContextAttribute structure. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from ValueType ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
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