MimeNode.Enumerator Members
The MimeNode.Enumerator structure lets you enumerate over the children of a MimeNode object.
The following tables list the members exposed by the MimeNode.Enumerator type.
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Dispose | The Dispose method releases all resources used by the MimeNode.Enumerator. | 
| .gif) | Equals | Overloaded. (inherited from ValueType ) | 
| .gif) | GetHashCode | (inherited from ValueType ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | MoveNext | The MoveNext method moves to the next object. | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | Reset | The Reset method returns this MimeNode.Enumerator to its initial state. | 
| .gif) | ToString | (inherited from ValueType ) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| System.Collections.IEnumerator.Current | The System.Collections.IEnumerator.Current method gets the current object. | 
Top
.gif)