Interface IDictionaryFragment
An interface representing a readonly entry in a key path that is able to be indexed by System.String (e.g. object["key1"]["key2"])
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public interface IDictionaryFragmentProperties
| Improve this Doc View SourceItem[String]
Gets the value of the given key, or lack thereof, wrapped inside of a IFragment
Declaration
IFragment this[string key] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | key | The key to check | 
Property Value
| Type | Description | 
|---|---|
| IFragment | The value of the given key, or lack thereof |