AsyncEnumerator.enumerator Field

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

Syntax

'Declaration
Protected enumerator As IEnumerator(Of Integer)
'Usage
Dim value As IEnumerator(Of Integer)

value = Me.enumerator

Me.enumerator = value
protected IEnumerator<int> enumerator