| MaterializedOnDemandBsonDocumentAddRange Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | AddRange(DictionaryString, Object) | 
            Adds elements to the document from a dictionary of key/value pairs.
            (Overrides BsonDocumentAddRange(DictionaryString, Object).) | 
|  | AddRange(IEnumerableKeyValuePairString, Object) | 
            Adds elements to the document from a dictionary of key/value pairs.
            (Overrides BsonDocumentAddRange(IEnumerableKeyValuePairString, 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).) | 
 See Also
See Also