Table of Contents

Method Remove

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Remove(string)

Removes an element from this document (if duplicate element names are allowed then all elements with this name will be removed).

public override void Remove(string name)

Parameters

name string

The name of the element to remove.