Interactive Extensions
Interactive Extensions
Ix-Main Namespaces
System.Collections.Generic
IAsyncEnumerator(T) Interface
IAsyncEnumerator(T) Properties
Current Property
IAsyncEnumerator
T
Current 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#
Copy
T
Current
{
get
; }
Property Value
Type:
T
See Also
Reference
IAsyncEnumerator
T
Interface
System.Collections.Generic Namespace