| ContinuallyEnumerableTGetEnumerator 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()
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
Return Value
Type:
IEnumeratorTAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also