Click or drag to resize

DocumentRemove Method

Removes the given key from this dictionary

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public IDictionaryObject Remove(
	string key
)

Parameters

key
Type: SystemString
The key to remove

Return Value

Type: IDictionaryObject
Itself for further processing

Implements

IDictionaryObjectRemove(String)
See Also