Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableArray Class
MutableArray Methods
Add Method
Add Method (Boolean)
Add Method (DateTimeOffset)
Add Method (Double)
Add Method (Int32)
Add Method (Int64)
Add Method (Object)
Add Method (Single)
Add Method (String)
Add Method (Blob)
Add Method (DictionaryObject)
Add Method (MutableArray)
MutableArray
Add Method (DictionaryObject)
Adds an entry to this collection
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
Copy
public
IMutableArray
Add
(
DictionaryObject
value
)
Parameters
value
Type:
Couchbase.Lite
DictionaryObject
The value to add
Return Value
Type:
IMutableArray
The array for further processing
Implements
IMutableArray
Add(DictionaryObject)
See Also
Reference
MutableArray Class
Add Overload
Couchbase.Lite Namespace