BsonArrayAddRange Method | 
| Name | Description | |
|---|---|---|
| AddRange(IEnumerable) | 
            Adds multiple elements to the array.
              | |
| AddRange(IEnumerableBsonValue) | 
            Adds multiple elements to the array.
              | |
| AddRange(IEnumerableObjectId) | 
            Adds multiple elements to the array.
              | |
| 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.
              |