Click or drag to resize
BsonDocument.InsertAt Method
Inserts a new element at a specified position.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public virtual void InsertAt(
	int index,
	BsonElement element
)

Parameters

index
Type: System.Int32
The position of the new element.
element
Type: MongoDB.Bson.BsonElement
The element.
See Also