Click or drag to resize
Akka.NETContinuallyEnumerableTContinuallyEnumeratorCurrent Property
Gets the element in the collection at the current position of the enumerator.

Namespace:  Akka.Streams.Util
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public T Current { get; }

Return Value

Type: T
The element in the collection at the current position of the enumerator.

Implements

IEnumeratorTCurrent
See Also