Interface IMutableDictionaryFragment
An interface representing a writeable object capable of being indexed
via System.
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.
Declaration
IMutableFragment this[string key] { get; }
Parameters
Type | Name | Description |
---|---|---|
System. |
key | The key to lookup the value for |
Property Value
Type | Description |
---|---|
IMutable |
The value, or lack thereof, wrapped in a IMutable |