Table of Contents

Method WriteInt64

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

WriteInt64(long)

Writes a 64-bit BSON integer to the stream.

public abstract void WriteInt64(long value)

Parameters

value long

The value.