Show / Hide Table of Contents

Interface IArrayFragment

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.dll
Syntax
public interface IArrayFragment

Properties

| Improve this Doc View Source

Item[Int32]

Gets the value of the given index, or lack thereof, wrapped inside of a IFragment

Declaration
IFragment this[int index] { get; }
Parameters
Type Name Description
System.Int32 index

The index to check

Property Value
Type Description
IFragment

The value of the given index, or lack thereof

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX