IDictionaryObjectRemove Method |
Removes the given key from this dictionary
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax IDictionaryObject Remove(
string key
)
Parameters
- key
- Type: SystemString
The key to remove
Return Value
Type:
IDictionaryObjectItself for further processing
See Also