MimeNode.Enumerator<T> Structure
The MimeNode.Enumerator<T> 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
'Usage
Dim instance As MimeNode.Enumerator(Of T)
public struct Enumerator<T> : IEnumerator<T>,
IDisposable, IEnumerator
where T : MimeNode
Type Parameters
- T
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.