Click or drag to resize

BsonArrayInsert Method

Inserts a new value into the array.

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
public virtual void Insert(
	int index,
	BsonValue value
)

Parameters

index
Type: SystemInt32
The zero based index at which to insert the new value.
value
Type: MongoDB.BsonBsonValue
The new value.

Implements

IListTInsert(Int32, T)
See Also