Uint8Array.Item

Uint8Array indexer

Gets or sets the Byte at the specified index.

public override byte this[int index] { get; set; }
ParameterDescription
indexThe index.

Property Value

The Byte.

See Also