IArrayFragmentItem Property |
Gets the value of an arbitrary index
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax Fragment this[
int index
] { get; }
Parameters
- index
- Type: SystemInt32
The index to lookup the value for
Return Value
Type:
FragmentThe value, or lack thereof, wrapped in a
FragmentSee Also