Click or drag to resize

ContractedDictionaryContains Method

[Missing <summary> documentation for "M:Couchbase.Lite.Util.ContractedDictionary.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool Contains(
	KeyValuePair<string, Object> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, Object

[Missing <param name="item"/> documentation for "M:Couchbase.Lite.Util.ContractedDictionary.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Couchbase.Lite.Util.ContractedDictionary.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]

Implements

ICollectionTContains(T)
See Also