IReadOnlyArrayFragmentItem 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 ReadOnlyFragment this[
int index
] { get; }
Parameters
- index
- Type: SystemInt32
The index to check
Return Value
Type:
ReadOnlyFragmentThe value of the given index, or lack thereof
See Also