Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
DictionaryObject Class
DictionaryObject Methods
Set Method
Set Method (IDictionary(String, Object))
Set Method (String, Object)
DictionaryObject
Set Method (IDictionary
String, Object
)
Replaces the contents of this dictionary with the contents of the given one
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
Copy
public
IDictionaryObject
Set
(
IDictionary
<
string
,
Object
>
dictionary
)
Parameters
dictionary
Type:
System.Collections.Generic
IDictionary
String
,
Object
The dictionary to replace the current contents with
Return Value
Type:
IDictionaryObject
Itself for further processing
Implements
IDictionaryObject
Set(IDictionary
String, Object
)
See Also
Reference
DictionaryObject Class
Set Overload
Couchbase.Lite Namespace