Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
ArrayObject Class
ArrayObject Methods
Insert Method
Insert Method (Int32, ArrayObject)
Insert Method (Int32, Blob)
Insert Method (Int32, DictionaryObject)
Insert Method (Int32, Boolean)
Insert Method (Int32, DateTimeOffset)
Insert Method (Int32, Double)
Insert Method (Int32, Int32)
Insert Method (Int32, Int64)
Insert Method (Int32, Object)
Insert Method (Int32, Single)
Insert Method (Int32, String)
ArrayObject
Insert Method (Int32, Int64)
Inserts a given value at the given index
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
Copy
public
IArray
Insert
(
int
index
,
long
value
)
Parameters
index
Type:
System
Int32
The index to insert the item at
value
Type:
System
Int64
The item to insert
Return Value
Type:
IArray
The array for further processing
Implements
IArray
Insert(Int32, Int64)
See Also
Reference
ArrayObject Class
Insert Overload
Couchbase.Lite Namespace