Click or drag to resize

DictionaryObjectToDictionary Method

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

Return Value

Type: DictionaryString, Object
The contents of this object as a .NET dictionary

Implements

IDictionaryObjectToDictionary
See Also