RawBsonDocumentAddRange Method | 
| Name | Description | |
|---|---|---|
| AddRange(DictionaryString, Object) | 
            Adds elements to the document from a dictionary of key/value pairs.
              (Overrides BsonDocumentAddRange(DictionaryString, Object).) | |
| AddRange(IDictionary) | 
            Adds elements to the document from a dictionary of key/value pairs.
              (Overrides BsonDocumentAddRange(IDictionary).) | |
| AddRange(IEnumerableBsonElement) | 
            Adds a list of elements to the document.
              (Overrides BsonDocumentAddRange(IEnumerableBsonElement).) | |
| AddRange(IEnumerableKeyValuePairString, Object) | 
            Adds elements to the document from a dictionary of key/value pairs.
              (Overrides BsonDocumentAddRange(IEnumerableKeyValuePairString, Object).) |