Click or drag to resize

IMutableDictionarySetData Method

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

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
Syntax
C#
IMutableDictionary SetData(
	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
See Also