Click or drag to resize
BufferItem Property
Gets or sets the byte in the buffer at index.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public byte this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: Byte
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionindex >= Capacity.
See Also