C# Class MongoDB.Bson.IO.Int32JsonToken

Represents an Int32 JSON token.
Inheritance: JsonToken
Exibir arquivo Open project: CloudMetal/mongo-csharp-driver

Public Methods

Method Description
Int32JsonToken ( string lexeme, int value ) : System

Initializes a new instance of the Int32JsonToken class.

Method Details

Int32JsonToken() public method

Initializes a new instance of the Int32JsonToken class.
public Int32JsonToken ( string lexeme, int value ) : System
lexeme string The lexeme.
value int The Int32 value.
return System