Click or drag to resize

IReadOnlyArrayFragment Interface

An interface representing a readonly entry in a key path that is able to be indexed by position (e.g. object[0][1])

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public interface IReadOnlyArrayFragment

The IReadOnlyArrayFragment type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets the value of the given index, or lack thereof, wrapped inside of a ReadOnlyFragment
Top
See Also