| ContinuallyEnumerableTContinuallyEnumeratorCurrent 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; }
abstract Current : 'T with get
override Current : 'T with get
Return Value
Type:
TThe element in the collection at the current position of the enumerator.
Implements
IEnumeratorTCurrentSee Also