Click or drag to resize

MutableDictionaryObject Constructor (IDictionaryString, Object)

Creates a dictionary given the initial set of keys and values from an existing dictionary

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public MutableDictionaryObject(
	IDictionary<string, Object> dict
)

Parameters

dict
Type: System.Collections.GenericIDictionaryString, Object
The dictionary to copy the keys and values from
See Also