Property this
this[int]
Gets the element at the specified index in the read-only list.
public byte this[int index] { get; }
Parameters
indexintThe zero-based index of the element to get.
Property Value
- byte
The element at the specified index in the read-only list.