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