Gets an IEnumerator<(Of <(<'T>)>)> for the AlternateViewCollection collection.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Function GetEnumerator As IEnumerator(Of AlternateView)
C#
public IEnumerator<AlternateView> GetEnumerator()

Return Value

An IEnumerator<(Of <(<'T>)>)> for the collection.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also