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