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 (KeyValuePair
String, Object
)
Removes the first occurrence of a specific object from the
ICollection
T
.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
Copy
public
bool
Remove
(
KeyValuePair
<
string
,
Object
>
item
)
Parameters
item
Type:
System.Collections.Generic
KeyValuePair
String
,
Object
The object to remove from the
ICollection
T
.
Return Value
Type:
Boolean
true if
item
was successfully removed from the
ICollection
T
; otherwise, false. This method also returns false if
item
is not found in the original
ICollection
T
.
Implements
ICollection
T
Remove(T)
Exceptions
Exception
Condition
NotSupportedException
The
ICollection
T
is read-only.
See Also
Reference
OptionsDictionary Class
Remove Overload
Couchbase.Lite Namespace