Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: T this[int]

  • Declared in: RT.Util.Collections.QueueViewable<T>
  • Implements: IList<T>.this[int]

Declaration

T this[
    int index
]

Summary

Accesses the Nth queued item. The next item to be dequeued always has the index 0. The existing items can be both read and assigned. No new items can be added using this indexer.