Click or drag to resize

OptionsDictionaryRemove Method (KeyValuePairString, Object)

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public bool Remove(
	KeyValuePair<string, Object> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, Object
The object to remove from the ICollectionT.

Return Value

Type: Boolean
if item was successfully removed from the ICollectionT; otherwise, . This method also returns if item is not found in the original ICollectionT.

Implements

ICollectionTRemove(T)
Exceptions
See Also