Click or drag to resize
Akka.NETContinuallyEnumerable<T>.GetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace:  Akka.Streams.Util
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumerator<T>
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also