Show / Hide Table of Contents

Interface IMutableArrayFragment

An interface representing a writeable object capable of being indexed via System.Int32

Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public interface IMutableArrayFragment

Properties

| Improve this Doc View Source

Item[Int32]

Gets the value of an arbitrary index

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

The index to lookup the value for

Property Value
Type Description
IMutableFragment

The value, or lack thereof, wrapped in a IMutableFragment

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