MimeNode.Enumerator Generic Structure

The MimeNode.Enumerator structure lets you enumerate over the children of a MimeNode object.

Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Structure Enumerator(Of T As MimeNode)
    Implements IEnumerator(Of T), IDisposable, _
    IEnumerator
public struct Enumerator<T> : IEnumerator<T>, IDisposable, 
    IEnumerator where T : MimeNode
generic<typename T> where T : MimeNode
public value class Enumerator : IEnumerator<T>, IDisposable, 
    IEnumerator
J# supports the use of generic types and methods, but not the declaration of new ones.
JScript does not support generic types and methods.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003