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