Click or drag to resize

MutableDocumentSet Method (IDictionaryString, Object)

Replaces the contents of this dictionary with the contents of the given one

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public IMutableDictionary Set(
	IDictionary<string, Object> dictionary
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryString, Object
The dictionary to replace the current contents with

Return Value

Type: IMutableDictionary
Itself for further processing

Implements

IMutableDictionarySet(IDictionaryString, Object)
See Also