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