Show / Hide Table of Contents

Interface IMutableDictionaryFragment

An interface representing a writeable object capable of being indexed via

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

Properties

| Improve this Doc View Source

Item[String]

Gets the value of an arbitrary key

Declaration
IMutableFragment this[string key] { get; }
Parameters
Type Name Description
System.String key

The key to lookup the value for

Property Value
Type Description
IMutableFragment

The value, or lack thereof, wrapped in a IMutableFragment

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