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 | |
---|---|---|
Dispose | The Dispose method releases all resources used by the MimeNode.Enumerator. | |
Equals | Overloaded. (inherited from ValueType ) | |
GetHashCode | (inherited from ValueType ) | |
GetType | (inherited from Object ) | |
MoveNext | The MoveNext method moves to the next object. | |
ReferenceEquals | (inherited from Object ) | |
Reset | The Reset method returns this MimeNode.Enumerator to its initial state. | |
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.Current | The System.Collections.IEnumerator.Current method gets the current object. |
Top