Method RemoveAt

| MongoDB CSharp Driver API Reference (original) (raw)

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.