Table of Contents

Method WriteInt64

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

WriteInt64(long)

Writes a BSON Int64 to the writer.

void WriteInt64(long value)

Parameters

value long

The Int64 value.