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