Click or drag to resize

IReadOnlyDictionaryToDictionary Method

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

Return Value

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