Click or drag to resize

NonNullDictionaryTK, TVRemove Method (KeyValuePairTK, TV)

[Missing <summary> documentation for "M:Couchbase.Lite.Util.NonNullDictionary`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})"]

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public bool Remove(
	KeyValuePair<TK, TV> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTK, TV

[Missing <param name="item"/> documentation for "M:Couchbase.Lite.Util.NonNullDictionary`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Couchbase.Lite.Util.NonNullDictionary`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})"]

Implements

ICollectionTRemove(T)
See Also