Click or drag to resize
IAsyncEnumeratorTCurrent Property
Gets the current element in the iteration.

Namespace: System.Collections.Generic
Assembly: System.Interactive.Async (in System.Interactive.Async.dll) Version: 1.2.0.0
Syntax
C#
T Current { get; }

Property Value

Type: T
See Also