Table of Contents

Method Remove

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Remove(BsonValue)

Removes the first occurrence of a value from the array.

public override bool Remove(BsonValue value)

Parameters

value BsonValue

The value to remove.

Returns

bool

True if the value was removed.