Property Item
Item[Int32]
Get the
index
'th element of the queue. The front of the queue has index 0.
Declaration
T this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
T |