Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableArrayObject Class
MutableArrayObject Methods
AddArray Method
AddBlob Method
AddBoolean Method
AddDate Method
AddDictionary Method
AddDouble Method
AddFloat Method
AddInt Method
AddLong Method
AddString Method
AddValue Method
GetArray Method
GetDictionary Method
InsertArray Method
InsertBlob Method
InsertBoolean Method
InsertDate Method
InsertDictionary Method
InsertDouble Method
InsertFloat Method
InsertInt Method
InsertLong Method
InsertString Method
InsertValue Method
RemoveAt Method
SetArray Method
SetBlob Method
SetBoolean Method
SetData Method
SetDate Method
SetDictionary Method
SetDouble Method
SetFloat Method
SetInt Method
SetLong Method
SetString Method
SetValue Method
MutableArrayObject
InsertBlob Method
Inserts a given value at the given index
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
public
IMutableArray
InsertBlob
(
int
index
,
Blob
value
)
Parameters
index
Type:
System
Int32
The index to insert the item at
value
Type:
Couchbase.Lite
Blob
The item to insert
Return Value
Type:
IMutableArray
The array for further processing
Implements
IMutableArray
InsertBlob(Int32, Blob)
See Also
Reference
MutableArrayObject Class
Couchbase.Lite Namespace