C# 클래스 MongoDB.Bson.IO.StringJsonToken

Represents a String JSON token.
상속: JsonToken
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver

공개 메소드들

메소드 설명
StringJsonToken ( JsonTokenType type, string lexeme, string value ) : System

Initializes a new instance of the StringJsonToken class.

메소드 상세

StringJsonToken() 공개 메소드

Initializes a new instance of the StringJsonToken class.
public StringJsonToken ( JsonTokenType type, string lexeme, string value ) : System
type JsonTokenType The token type.
lexeme string The lexeme.
value string The String value.
리턴 System