Property this
this[int]
Gets one PANOSE byte by index (0-9).
public byte this[int index] { get; }
Parameters
indexintThe byte index.
Property Value
- byte
The requested byte.
Exceptions
- ArgumentOutOfRangeException
indexis outside 0-9.
Gets one PANOSE byte by index (0-9).
public byte this[int index] { get; }
index intThe byte index.
The requested byte.
index is outside 0-9.