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

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

Syntax

Visual Basic
Public Function GetEnumerator As IEnumerator(Of LinkedResource)
C#
public IEnumerator<LinkedResource> 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