| DictionaryObjectToMutable Method  | 
 
            Creates a copy of this object that can be mutated
            
 
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
 Syntax
Syntaxpublic MutableDictionaryObject ToMutable()
Return Value
Type: 
MutableDictionaryObjectA mutable copy of the dictionary
 See Also
See Also