BuildMaster SDK Reference
Version:
AttributeCollection.Enumerator Structure
Enumerator for iterating attributes.
Inheritance Hierarchy
- object
- System.ValueType
- Inedo.Web.Controls.AttributeCollection.Enumerator
Syntax
public
struct
AttributeCollection.Enumerator : IEnumerator<KeyValuePair<string, string>>, System.IDisposable, System.Collections.IEnumerator
Properties
|
Name |
Description |
|
Current
|
Gets the current item.
|
Methods
|
Name |
Description |
|
Dispose
|
Disposes the instance.
|
|
MoveNext
|
Moves to the next item.
|