Table of Contents

Constructor Int32JsonToken

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

Int32JsonToken(string, int)

Initializes a new instance of the Int32JsonToken class.

public Int32JsonToken(string lexeme, int value)

Parameters

lexeme string

The lexeme.

value int

The Int32 value.