[]
Gets or sets the byte at the specified index.
public byte this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As Byte
Type | Name | Description |
---|---|---|
int | index | The zero-based index of the byte to get or set. |
Type | Description |
---|---|
byte | The byte at the specified index. |