Click or drag to resize

IMutableDictionaryRemove Method

Removes the given key from this dictionary

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
IMutableDictionary Remove(
	string key
)

Parameters

key
Type: SystemString
The key to remove

Return Value

Type: IMutableDictionary
Itself for further processing
See Also