Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IMutableArray Interface
IMutableArray Properties
Item Property
IMutableArray
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.1.0-b0232
Syntax
C#
Copy
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
IMutableArrayFragment
Item
Int32
See Also
Reference
IMutableArray Interface
Couchbase.Lite Namespace