Click or drag to resize

ByteArrayBuffer.SetByte Method

Sets a byte.

Namespace:  MongoDB.Bson.IO
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
public void SetByte(
	int position,
	byte value
)

Parameters

position
Type: System.Int32
The position.
value
Type: System.Byte
The value.

Implements

IByteBuffer.SetByte(Int32, Byte)
See Also