Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IMutableDictionary Interface
IMutableDictionary Methods
Set Method
Set Method (IDictionary(String, Object))
Set Method (String, Blob)
Set Method (String, MutableArray)
Set Method (String, MutableDictionary)
Set Method (String, Boolean)
Set Method (String, DateTimeOffset)
Set Method (String, Double)
Set Method (String, Int32)
Set Method (String, Int64)
Set Method (String, Object)
Set Method (String, Single)
Set Method (String, String)
IMutableDictionary
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: 0.0.0
Syntax
C#
Copy
IMutableDictionary
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:
IMutableDictionary
Itself for further processing
See Also
Reference
IMutableDictionary Interface
Set Overload
Couchbase.Lite Namespace