다음을 통해 공유


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 Properties

  Name Description
Aa567234.pubproperty(en-us,EXCHG.80).gif Current The Current method gets the current object.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa567234.pubmethod(en-us,EXCHG.80).gif Dispose The Dispose method releases all resources used by the MimeNode.Enumerator.
Aa567234.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Aa567234.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Aa567234.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa567234.pubmethod(en-us,EXCHG.80).gif MoveNext The MoveNext method moves to the next object.
Aa567234.pubmethod(en-us,EXCHG.80).gifAa567234.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa567234.pubmethod(en-us,EXCHG.80).gif Reset The Reset method returns this MimeNode.Enumerator to its initial state.
Aa567234.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from ValueType )

Top

Protected Methods

  Name Description
Aa567234.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa567234.protmethod(en-us,EXCHG.80).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