Click or drag to resize

IDictionaryObjectToDictionary Method

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

Return Value

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