C# Class Newtonsoft.Json.Bson.BsonReader.ContainerContext

显示文件 Open project: JamesNK/Newtonsoft.Json Class Usage Examples

Public Properties

Property Type Description
Length int
Position int
Type BsonType

Public Methods

Method Description
ContainerContext ( BsonType type ) : System

Method Details

ContainerContext() public method

public ContainerContext ( BsonType type ) : System
type BsonType
return System

Property Details

Length public_oe property

public int Length
return int

Position public_oe property

public int Position
return int

Type public_oe property

public BsonType Type
return BsonType