Table of Contents

Method RemoveElement

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

RemoveElement(BsonElement)

Removes an element from this document.

public override void RemoveElement(BsonElement element)

Parameters

element BsonElement

The element to remove.