Property this
this[int]
Gets or sets a value by position.
public override BsonValue this[int index] { get; set; }
Parameters
index
intThe 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.