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