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

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

공개 메소드들

메소드 설명
Int64JsonToken ( string lexeme, long value ) : System

Initializes a new instance of the Int64JsonToken class.

메소드 상세

Int64JsonToken() 공개 메소드

Initializes a new instance of the Int64JsonToken class.
public Int64JsonToken ( string lexeme, long value ) : System
lexeme string The lexeme.
value long The Int64 value.
리턴 System