MimeNode.Enumerator<T> Members
Include Protected Members
Include Inherited 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.
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | The Dispose method releases all resources used by the MimeNode.Enumerator<T>. |
![]() |
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 to the next object. |
![]() |
Reset | The Reset method returns this MimeNode.Enumerator<T> to its initial state. |
![]() |
ToString | (Inherited from ValueType.) |
Top