Click or drag to resize

ContractedDictionaryRemove Method (String)

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

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool Remove(
	string key
)

Parameters

key
Type: SystemString

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

Return Value

Type: Boolean

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

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also