Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IArray Interface
IArray 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 (ArrayObject)
Add Method (Blob)
Add Method (DictionaryObject)
IArray
Add Method (ArrayObject)
Adds an entry to this collection
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
Copy
IArray
Add
(
ArrayObject
value
)
Parameters
value
Type:
Couchbase.Lite
ArrayObject
The value to add
Return Value
Type:
IArray
The array for further processing
See Also
Reference
IArray Interface
Add Overload
Couchbase.Lite Namespace