Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
OptionsDictionary Class
OptionsDictionary Methods
Remove Method
Remove Method (KeyValuePair(String, Object))
Remove Method (String)
OptionsDictionary
Remove Method (String)
Removes the element with the specified key from the
IDictionary
TKey, TValue
.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
Copy
public
bool
Remove
(
string
key
)
Parameters
key
Type:
System
String
The key of the element to remove.
Return Value
Type:
Boolean
true if the element is successfully removed; otherwise, false. This method also returns false if
key
was not found in the original
IDictionary
TKey, TValue
.
Implements
IDictionary
TKey, TValue
Remove(TKey)
Exceptions
Exception
Condition
ArgumentNullException
key
is null.
NotSupportedException
The
IDictionary
TKey, TValue
is read-only.
See Also
Reference
OptionsDictionary Class
Remove Overload
Couchbase.Lite Namespace