Click or drag to resize

IArrayFragment 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-b0713
Syntax
C#
public interface IArrayFragment

The IArrayFragment type exposes the following members.

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