Table of Contents

Method SetBytes

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

SetBytes(int, byte[], int, int)

Sets bytes.

public void SetBytes(int position, byte[] source, int offset, int count)

Parameters

position int

The position.

source byte[]

The bytes.

offset int

The offset.

count int

The count.