Click or drag to resize

MutableDictionaryObjectRemove 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#
public IMutableDictionary Remove(
	string key
)

Parameters

key
Type: SystemString
The key to remove

Return Value

Type: IMutableDictionary
Itself for further processing

Implements

IMutableDictionaryRemove(String)
See Also