Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableArray Class
MutableArray Properties
Item Property
MutableArray
Item Property
Gets the value of an arbitrary index
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
Copy
public
MutableFragment
this
[
int
index
] {
get
; }
Parameters
index
Type:
System
Int32
The index to lookup the value for
Return Value
Type:
MutableFragment
The value, or lack thereof, wrapped in a
MutableFragment
Implements
IMutableArrayFragment
Item
Int32
See Also
Reference
MutableArray Class
Couchbase.Lite Namespace