Property this
this[int]
Gets or sets a value by position.
public override BsonValue this[int index] { get; set; }Parameters
- indexint
- The position. 
Property Value
- BsonValue
- The value. 
Gets or sets a value by position.
public override BsonValue this[int index] { get; set; }index intThe position.
The value.