C# 클래스 Newtonsoft.Json.Bson.BsonReader.ContainerContext

파일 보기 프로젝트 열기: JamesNK/Newtonsoft.Json 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Length int
Position int
Type BsonType

공개 메소드들

메소드 설명
ContainerContext ( BsonType type ) : System

메소드 상세

ContainerContext() 공개 메소드

public ContainerContext ( BsonType type ) : System
type BsonType
리턴 System

프로퍼티 상세

Length 공개적으로 프로퍼티

public int Length
리턴 int

Position 공개적으로 프로퍼티

public int Position
리턴 int

Type 공개적으로 프로퍼티

public BsonType Type
리턴 BsonType