Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IMutableArray Interface
IMutableArray Methods
AddArray Method
AddBlob Method
AddBoolean Method
AddDate Method
AddDictionary Method
AddDouble Method
AddFloat Method
AddInt Method
AddLong Method
AddString Method
AddValue Method
GetArray Method
GetDictionary Method
InsertArray Method
InsertBlob Method
InsertBoolean Method
InsertDate Method
InsertDictionary Method
InsertDouble Method
InsertFloat Method
InsertInt Method
InsertLong Method
InsertString Method
InsertValue Method
RemoveAt Method
SetArray Method
SetBlob Method
SetBoolean Method
SetData Method
SetDate Method
SetDictionary Method
SetDouble Method
SetFloat Method
SetInt Method
SetLong Method
SetString Method
SetValue Method
IMutableArray
AddDictionary Method
Adds an entry to this collection
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
IMutableArray
AddDictionary
(
DictionaryObject
value
)
Parameters
value
Type:
Couchbase.Lite
DictionaryObject
The value to add
Return Value
Type:
IMutableArray
The array for further processing
See Also
Reference
IMutableArray Interface
Couchbase.Lite Namespace