IMutableDictionaryRemove Method |
Removes the given key from this dictionary
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax IMutableDictionary Remove(
string key
)
Parameters
- key
- Type: SystemString
The key to remove
Return Value
Type:
IMutableDictionaryItself for further processing
See Also