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)
'Usage
Dim instance As MimeNode.Enumerator(Of T)
public struct Enumerator<T>
where T : MimeNode
Type parameters
- T
The class to iterate through.
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.