Table of Contents

Method GetBytes

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

GetBytes(int, byte[], int, int)

Gets bytes.

void GetBytes(int position, byte[] destination, int offset, int count)

Parameters

position int

The position.

destination byte[]

The destination.

offset int

The destination offset.

count int

The count.