Click or drag to resize

IMutableDictionarySetDictionary Method

Sets the given key to the given value

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
Syntax
C#
IMutableDictionary SetDictionary(
	string key,
	DictionaryObject value
)

Parameters

key
Type: SystemString
The key to set
value
Type: Couchbase.LiteDictionaryObject
The value to set

Return Value

Type: IMutableDictionary
Itself for further processing
See Also