Click or drag to resize

ContractedDictionaryTryGetValue Method (String, Object)

[Missing <summary> documentation for "M:Couchbase.Lite.Util.ContractedDictionary.TryGetValue(System.String,System.Object@)"]

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool TryGetValue(
	string key,
	out Object value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Couchbase.Lite.Util.ContractedDictionary.TryGetValue(System.String,System.Object@)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Couchbase.Lite.Util.ContractedDictionary.TryGetValue(System.String,System.Object@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Couchbase.Lite.Util.ContractedDictionary.TryGetValue(System.String,System.Object@)"]

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also