Partager via


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.

Properties

  Name Description
Public property Current The Current method gets the current object.

Top

Methods

  Name Description
Public method Dispose The Dispose method releases all resources used by the MimeNode.Enumerator<T>.
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveNext The MoveNext method moves to the next object.
Public method Reset The Reset method returns this MimeNode.Enumerator<T> to its initial state.
Public method ToString (Inherited from ValueType.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IEnumerator.Current

Top