Click or drag to resize

DocumentSet 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: 2.0.0-b0125
Syntax
C#
public IDictionaryObject Set(
	IDictionary<string, Object> dictionary
)

Parameters

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

Return Value

Type: IDictionaryObject
Itself for further processing

Implements

IDictionaryObjectSet(IDictionaryString, Object)
See Also