Click or drag to resize

DictionaryObjectSet Method (String, ArrayObject)

Sets the given key to the given value

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
public IDictionaryObject Set(
	string key,
	ArrayObject value
)

Parameters

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

Return Value

Type: IDictionaryObject
Itself for further processing

Implements

IDictionaryObjectSet(String, ArrayObject)
See Also