| BsonArrayAddRange Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | AddRange(IEnumerableBoolean) | 
            Adds multiple elements to the array.
             | 
|  | AddRange(IEnumerableDateTime) | 
            Adds multiple elements to the array.
             | 
|  | AddRange(IEnumerableDouble) | 
            Adds multiple elements to the array.
             | 
|  | AddRange(IEnumerableInt32) | 
            Adds multiple elements to the array.
             | 
|  | AddRange(IEnumerableInt64) | 
            Adds multiple elements to the array.
             | 
|  | AddRange(IEnumerableString) | 
            Adds multiple elements to the array.
             | 
|  | AddRange(IEnumerable) | 
            Adds multiple elements to the array.
             | 
|  | AddRange(IEnumerableBsonValue) | 
            Adds multiple elements to the array.
             | 
|  | AddRange(IEnumerableObjectId) | 
            Adds multiple elements to the array.
             | 
 See Also
See Also