Click or drag to resize

IMutableDictionaryFragmentItem Property

Gets the value of an arbitrary String key

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
MutableFragment this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key to lookup the value for

Return Value

Type: MutableFragment
The value, or lack thereof, wrapped in a MutableFragment
See Also