Table of Contents

Method WriteInt64

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

WriteInt64(IBsonWriter, string, long)

Writes a BSON Int64 element to the writer.

public static void WriteInt64(this IBsonWriter writer, string name, long value)

Parameters

writer IBsonWriter

The writer.

name string

The name of the element.

value long

The Int64 value.