Method Remove
Remove(BsonValue)
Removes the first occurrence of a value from the array.
public override bool Remove(BsonValue value)Parameters
- valueBsonValue
- The value to remove. 
Returns
- bool
- True if the value was removed. 
Removes the first occurrence of a value from the array.
public override bool Remove(BsonValue value)value BsonValueThe value to remove.
True if the value was removed.