Property Item
Item[Int32]
Get the i'th item in the queue. The front of the queue is at index 0.
Declaration
public virtual T this[int i] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Property Value
Type | Description |
---|---|
T |