Click or drag to resize
MonoConcurrentQueueTGetEnumerator Method

[Missing <summary> documentation for "M:Akka.Util.MonoConcurrentQueue`1.GetEnumerator"]

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

Return Value

Type: IEnumeratorT

[Missing <returns> documentation for "M:Akka.Util.MonoConcurrentQueue`1.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also