Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableArray Class
MutableArray Properties
Item Property
MutableArray
Item Property
Gets the value of the given index, or lack thereof, wrapped inside of a
IMutableFragment
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
Syntax
C#
Copy
public
IMutableFragment
this
[
int
index
] {
get
; }
Parameters
index
Type:
System
Int32
The index to check
Return Value
Type:
IMutableFragment
The value of the given index, or lack thereof
Implements
IMutableArray
Item
Int32
IMutableArrayFragment
Item
Int32
See Also
Reference
MutableArray Class
Couchbase.Lite Namespace