Click or drag to resize

BsonArray.AddRange Method

Overload List
  NameDescription
Public methodAddRange(IEnumerable)
Adds multiple elements to the array.
Public methodAddRange(IEnumerable<BsonValue>)
Adds multiple elements to the array.
Public methodAddRange(IEnumerable<ObjectId>)
Adds multiple elements to the array.
Public methodAddRange(IEnumerable<Boolean>)
Adds multiple elements to the array.
Public methodAddRange(IEnumerable<DateTime>)
Adds multiple elements to the array.
Public methodAddRange(IEnumerable<Double>)
Adds multiple elements to the array.
Public methodAddRange(IEnumerable<Int32>)
Adds multiple elements to the array.
Public methodAddRange(IEnumerable<Int64>)
Adds multiple elements to the array.
Public methodAddRange(IEnumerable<String>)
Adds multiple elements to the array.
Top
See Also