Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IArray Interface
IArray 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)
IArray
Insert Method (Int32, DictionaryObject)
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
IArray
Insert
(
int
index
,
DictionaryObject
value
)
Parameters
index
Type:
System
Int32
The index to insert the item at
value
Type:
Couchbase.Lite
DictionaryObject
The item to insert
Return Value
Type:
IArray
The array for further processing
See Also
Reference
IArray Interface
Insert Overload
Couchbase.Lite Namespace