Table of Contents

Method RemoveAt

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

RemoveAt(int)

Removes an element from this document.

public virtual void RemoveAt(int index)

Parameters

index int

The zero based index of the element to remove.