Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableDictionary Class
MutableDictionary Constructor
MutableDictionary Constructor
MutableDictionary Constructor (IDictionary(String, Object))
MutableDictionary 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.0.0-b0469
Syntax
C#
Copy
public
MutableDictionary
(
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
MutableDictionary Class
MutableDictionary Overload
Couchbase.Lite Namespace