Creates a mutable version of a document (i.e. one that
            can be edited)
            
 
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
Syntaxpublic virtual MutableDocument ToMutable()
Return Value
Type: 
MutableDocumentA mutable version of the document
 See Also
See Also