Click or drag to resize

IDictionaryFragment Interface

An interface representing a readonly entry in a key path that is able to be indexed by String (e.g. object["key1"]["key2"])

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public interface IDictionaryFragment

The IDictionaryFragment type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets the value of the given key, or lack thereof, wrapped inside of a IFragment
Top
See Also