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