Click or drag to resize

IMutableArrayAddDictionary Method

Adds an entry to this collection

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
IMutableArray AddDictionary(
	DictionaryObject value
)

Parameters

value
Type: Couchbase.LiteDictionaryObject
The value to add

Return Value

Type: IMutableArray
The array for further processing
See Also