Share via


ComplexHeader.IEnumerable<MimeParameter>.GetEnumerator Method

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator(Of MimeParameter)
    Implements IEnumerable(Of MimeParameter).GetEnumerator
'Usage
Dim instance As ComplexHeader
Dim returnValue As IEnumerator(Of MimeParameter)

returnValue = CType(instance, IEnumerable(Of MimeParameter)).GetEnumerator()
IEnumerator<MimeParameter> IEnumerable<MimeParameter>.GetEnumerator()

Implements

IEnumerable<T>.GetEnumerator()