Property this
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
this[int]
Returns the element at the specified index, where the head of the queue is at index 0.
public T this[int index] { get; }
Parameters
index
intThe index of the element to retrieve.
Property Value
- T
The element at the specified index.
Exceptions
- ArgumentOutOfRangeException
The index is out of range.