Method AddRange
AddRange(IEnumerable<bool>)
Adds multiple elements to the array.
Parameters
values
IEnumerable<bool>A list of values to add to the array.
Returns
- Bson
Array The array (so method calls can be chained).
AddRange(IEnumerable<BsonValue>)
Adds multiple elements to the array.
Parameters
values
IEnumerable<BsonValue >A list of values to add to the array.
Returns
- Bson
Array The array (so method calls can be chained).
AddRange(IEnumerable<DateTime>)
Adds multiple elements to the array.
Parameters
values
IEnumerable<DateTime >A list of values to add to the array.
Returns
- Bson
Array The array (so method calls can be chained).
AddRange(IEnumerable<double>)
Adds multiple elements to the array.
Parameters
values
IEnumerable<double>A list of values to add to the array.
Returns
- Bson
Array The array (so method calls can be chained).
AddRange(IEnumerable<int>)
Adds multiple elements to the array.
Parameters
values
IEnumerable<int>A list of values to add to the array.
Returns
- Bson
Array The array (so method calls can be chained).
AddRange(IEnumerable<long>)
Adds multiple elements to the array.
Parameters
values
IEnumerable<long>A list of values to add to the array.
Returns
- Bson
Array The array (so method calls can be chained).
AddRange(IEnumerable<ObjectId>)
Adds multiple elements to the array.
Parameters
values
IEnumerable<ObjectId >A list of values to add to the array.
Returns
- Bson
Array The array (so method calls can be chained).
AddRange(IEnumerable<string>)
Adds multiple elements to the array.
Parameters
values
IEnumerable<string>A list of values to add to the array.
Returns
- Bson
Array The array (so method calls can be chained).
AddRange(IEnumerable)
Adds multiple elements to the array.
Parameters
values
IEnumerableA list of values to add to the array.
Returns
- Bson
Array The array (so method calls can be chained).