Click or drag to resize

MaterializedOnDemandBsonArrayInsert Method

Inserts a new value into the array.

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
public override 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