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

Show file 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 property

public int Length
return int

Position public property

public int Position
return int

Type public property

public BsonType Type
return BsonType