Method Insert NamespaceMongoDB.Bson AssemblyMongoDB.Bson.dll Insert(int, BsonValue) Inserts a new value into the array. public virtual void Insert(int index, BsonValue value) Parameters index int The zero based index at which to insert the new value. value BsonValue The new value.