Click or drag to resize

ByteBufferSlice.SetByte Method

Sets a byte.

Namespace:  MongoDB.Bson.IO
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
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