Property this
| MongoDB CSharp Driver API Reference (original) (raw)
Table of Contents
Namespace
Assembly
MongoDB.Bson.dll
this[int]
Gets or sets a value by position.
public override BsonValue this[int index] { get; set; }
Parameters
index
int
The position.
Property Value
The value.
this[string]
Gets or sets a value by name.
public override BsonValue this[string name] { get; set; }
Parameters
name
string
The name.
Property Value
The value.