Click or drag to resize

ScopeDocument Constructor

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