Table of Contents

Constructor Int64JsonToken

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

Int64JsonToken(string, long)

Initializes a new instance of the Int64JsonToken class.

public Int64JsonToken(string lexeme, long value)

Parameters

lexeme string

The lexeme.

value long

The Int64 value.