Click or drag to resize
IByteBuffer.SetBytes Method
Sets bytes.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
void SetBytes(
	int position,
	byte[] source,
	int offset,
	int count
)

Parameters

position
Type: System.Int32
The position.
source
Type:System.Byte[]
The bytes.
offset
Type: System.Int32
The offset.
count
Type: System.Int32
The count.
See Also