Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerator<T> GetEnumerator()

  • Declared in: RT.Util.Collections.QueueViewable<T>
  • Implements: IEnumerable<T>.GetEnumerator()

Declaration

public IEnumerator<T> GetEnumerator()

Summary

Enumerates all items in the queue in the order in which they would be dequeued.