Show / Hide Table of Contents

    Class BsonToken

    Inheritance
    System.Object
    BsonToken
    BsonArray
    BsonObject
    BsonRegex
    BsonValue
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.Json.Bson
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public abstract class BsonToken

    Properties

    | Improve this Doc View Source

    CalculatedSize

    Declaration
    public int CalculatedSize { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Parent

    Declaration
    public BsonToken Parent { get; set; }
    Property Value
    Type Description
    BsonToken
    | Improve this Doc View Source

    Type

    Declaration
    public abstract BsonType Type { get; }
    Property Value
    Type Description
    BsonType
    • Improve this Doc
    • View Source
    • 0 Comments