Show / Hide Table of Contents

Interface IMutableDictionaryFragment

An interface representing a writeable object capable of being indexed via string

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

Properties

| Improve this Doc View Source

this[string]

Gets the value of an arbitrary string key

Declaration
IMutableFragment this[string key] { get; }
Parameters
Type Name Description
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