Method Add
Add(BsonValue)
Adds an element to the array.
public virtual BsonArray Add(BsonValue value)
Parameters
valueBsonValueThe value to add to the array.
Returns
- BsonArray
The array (so method calls can be chained).
Adds an element to the array.
public virtual BsonArray Add(BsonValue value)
value BsonValueThe value to add to the array.
The array (so method calls can be chained).