Class 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 class BsonValue : BsonToken
Constructors
| Improve this Doc View SourceBsonValue(Object, BsonType)
Declaration
public BsonValue(object value, BsonType type)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | |
BsonType | type |
Properties
| Improve this Doc View SourceType
Declaration
public override BsonType Type { get; }
Property Value
Type | Description |
---|---|
BsonType |
Overrides
| Improve this Doc View SourceValue
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |