ArrayBuffer.Item

ArrayBuffer indexer

Gets or sets the Byte at the specified index.

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

Property Value

The Byte.

See Also