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