Property this
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
this[int]
Gets the element at the specified index.
public T this[int index] { get; }
Parameters
index
int
Property Value
- T
Gets the element at the specified index.
public T this[int index] { get; }
index
int