Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableArray Class
MutableArray Methods
Insert Method
Insert Method (Int32, Blob)
Insert Method (Int32, DictionaryObject)
Insert Method (Int32, MutableArray)
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)
MutableArray
Insert Method (Int32, Int64)
Inserts a given value at the given index
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
Copy
public
IMutableArray
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:
IMutableArray
The array for further processing
Implements
IMutableArray
Insert(Int32, Int64)
See Also
Reference
MutableArray Class
Insert Overload
Couchbase.Lite Namespace