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 IMutableArrayFragmentProperties
| Improve this Doc View SourceItem[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 |