Click or drag to resize

MutableFragmentToDictionary Method

Gets the contained value as a MutableDictionary

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public MutableDictionary ToDictionary()

Return Value

Type: MutableDictionary
The cast contained value, or null
See Also