Table of Contents

Constructor StringJsonToken

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

StringJsonToken(JsonTokenType, string, string)

Initializes a new instance of the StringJsonToken class.

public StringJsonToken(JsonTokenType type, string lexeme, string value)

Parameters

type JsonTokenType

The token type.

lexeme string

The lexeme.

value string

The String value.