| GroupByDocument Constructor | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | GroupByDocument | 
            Initializes a new instance of the GroupByDocument class.
             | 
|  | GroupByDocument(Boolean) | 
            Initializes a new instance of the GroupByDocument class specifying whether duplicate element names are allowed
            (allowing duplicate element names is not recommended).
             | 
|  | GroupByDocument(DictionaryString, Object) | 
            Initializes a new instance of the GroupByDocument class and adds new elements from a dictionary of key/value pairs.
             | 
|  | GroupByDocument(IEnumerableKeyValuePairString, Object) | 
            Initializes a new instance of the GroupByDocument class and adds new elements from a dictionary of key/value pairs.
             | 
|  | GroupByDocument(IDictionary) | 
            Initializes a new instance of the GroupByDocument class and adds new elements from a dictionary of key/value pairs.
             | 
|  | GroupByDocument(BsonElement) | 
            Initializes a new instance of the GroupByDocument class and adds one element.
             | 
|  | GroupByDocument(BsonElement) | Obsolete. 
            Initializes a new instance of the GroupByDocument class and adds one or more elements.
             | 
|  | GroupByDocument(IEnumerableBsonElement) | 
            Initializes a new instance of the GroupByDocument class and adds new elements from a list of elements.
             | 
|  | GroupByDocument(DictionaryString, Object, IEnumerableString) | Obsolete. 
            Initializes a new instance of the GroupByDocument class and adds new elements from a dictionary of key/value pairs.
             | 
|  | GroupByDocument(IDictionaryString, Object, IEnumerableString) | Obsolete. 
            Initializes a new instance of the GroupByDocument class and adds new elements from a dictionary of key/value pairs.
             | 
|  | GroupByDocument(IDictionary, IEnumerable) | Obsolete. 
            Initializes a new instance of the GroupByDocument class and adds new elements from a dictionary of key/value pairs.
             | 
|  | GroupByDocument(String, BsonValue) | 
            Initializes a new instance of the GroupByDocument class and creates and adds a new element.
             | 
 See Also
See Also