MimeNode.Enumerator<T> members
The MimeNode.Enumerator<T> structure lets you enumerate over the children of a MimeNode object.
The MimeNode.Enumerator<T> type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | The Current method gets the current object. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | The Dispose method releases all resources used by the MimeNode.Enumerator<T>. | |
MoveNext | The MoveNext method moves to the next object. | |
Reset | The Reset method returns this MimeNode.Enumerator<T> to its initial state. |
Top