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