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 SourceItem[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 |