Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableDictionaryObject Class
MutableDictionaryObject Properties
Item Property
MutableDictionaryObject
Item Property
Gets the fragment value for the given key in this dictionary
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
public
IMutableFragment
this
[
string
key
] {
get
; }
Parameters
key
Type:
System
String
The key whose value to retrieve
Return Value
Type:
IMutableFragment
The fragment representing the value at the given key
Implements
IMutableDictionary
Item
String
IMutableDictionaryFragment
Item
String
See Also
Reference
MutableDictionaryObject Class
Couchbase.Lite Namespace