Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableDictionaryObject Class
MutableDictionaryObject Constructor
MutableDictionaryObject Constructor
MutableDictionaryObject Constructor (IDictionary(String, Object))
MutableDictionaryObject Constructor (IDictionary
String, Object
)
Creates a dictionary given the initial set of keys and values from an existing dictionary
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
public
MutableDictionaryObject
(
IDictionary
<
string
,
Object
>
dict
)
Parameters
dict
Type:
System.Collections.Generic
IDictionary
String
,
Object
The dictionary to copy the keys and values from
See Also
Reference
MutableDictionaryObject Class
MutableDictionaryObject Overload
Couchbase.Lite Namespace