Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableArrayObject Class
MutableArrayObject Properties
Item Property
MutableArrayObject
Item Property
Gets a fragment style entry from the array by index
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
public
IMutableFragment
this
[
int
index
] {
get
; }
Parameters
index
Type:
System
Int32
The index to retrieve
Return Value
Type:
IMutableFragment
The fragment of the object at the index
Implements
IMutableArray
Item
Int32
IMutableArrayFragment
Item
Int32
See Also
Reference
MutableArrayObject Class
Couchbase.Lite Namespace