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
SetBlob Method
Overwrites the value at the given index with the given value
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
public
IMutableArray
SetBlob
(
int
index
,
Blob
value
)
Parameters
index
Type:
System
Int32
The index to overwrite
value
Type:
Couchbase.Lite
Blob
The value to insert
Return Value
Type:
IMutableArray
The array for further processing
Implements
IMutableArray
SetBlob(Int32, Blob)
See Also
Reference
MutableArrayObject Class
Couchbase.Lite Namespace