Show / Hide Table of Contents

Interface IMutableDictionaryFragment

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

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 System.String 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
In This Article
Back to top Generated by DocFX