Show / Hide Table of Contents

    Class BsonValue

    Inheritance
    System.Object
    BsonToken
    BsonValue
    BsonBinary
    BsonString
    Inherited Members
    BsonToken.Parent
    BsonToken.CalculatedSize
    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 BsonValue : BsonToken

    Constructors

    | Improve this Doc View Source

    BsonValue(Object, BsonType)

    Declaration
    public BsonValue(object value, BsonType type)
    Parameters
    Type Name Description
    System.Object value
    BsonType type

    Properties

    | Improve this Doc View Source

    Type

    Declaration
    public override BsonType Type { get; }
    Property Value
    Type Description
    BsonType
    Overrides
    BsonToken.Type
    | Improve this Doc View Source

    Value

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    • 0 Comments