[This is preliminary documentation and is subject to change.]
Gets a particular item in the buffer.
| C# |
public T this[ int index ] { get; }
- index (Int32)
- The zero based index of the item to get, counting from the head.
The item at the given index.
[This is preliminary documentation and is subject to change.]
| C# |
public T this[ int index ] { get; }