Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IMutableArrayFragment Interface
IMutableArrayFragment Properties
Item Property
IMutableArrayFragment
Item Property
Gets the value of an arbitrary index
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 lookup the value for
Return Value
Type:
IMutableFragment
The value, or lack thereof, wrapped in a
IMutableFragment
See Also
Reference
IMutableArrayFragment Interface
Couchbase.Lite Namespace