Click or drag to resize

MutableDictionaryObjectSetData 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-b0520
Syntax
C#
public 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

Implements

IMutableDictionarySetData(IDictionaryString, Object)
See Also