ReadBufferIndex Property | |
Gets or sets the current index into the buffer.
Namespace: Lawo.IOAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax public int Index { get; set; }
Property Value
Type:
Int32Remarks Caution: For performance reasons, the value set for this property is not validated. It is the
clients responsibility to set only valid values (value >= 0 && value <
Count).
See Also