Show / Hide Table of Contents

    Class BsonProperty

    Inheritance
    System.Object
    BsonProperty
    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 class BsonProperty

    Properties

    | Improve this Doc View Source

    Name

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

    Value

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