Property this
- Namespace
- WhalesSecret.TradeScriptLib.Entities
- Assembly
- WhalesSecret.TradeScriptLib.dll
this[int]
Implements indexer so that callers can use this class just as they would with normal byte array.
public byte this[int index] { get; set; }
Parameters
index
intIndex to the array to access.
Property Value
- byte
Getter returns the byte element at the specified index.