Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableDictionary Class
MutableDictionary 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)
MutableDictionary
Set Method (String, Boolean)
Sets the given key to the given value
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
Copy
public
IMutableDictionary
Set
(
string
key
,
bool
value
)
Parameters
key
Type:
System
String
The key to set
value
Type:
System
Boolean
The value to set
Return Value
Type:
IMutableDictionary
Itself for further processing
Implements
IMutableDictionary
Set(String, Boolean)
See Also
Reference
MutableDictionary Class
Set Overload
Couchbase.Lite Namespace