Table of Contents

Method SetByte

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

SetByte(int, byte)

Sets a byte.

public void SetByte(int position, byte value)

Parameters

position int

The position.

value byte

The value.