| ArrayObjectToMutable 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-b0469
 Syntax
Syntaxpublic MutableArray ToMutable()
Return Value
Type: 
MutableArrayA mutable copy of the array
 See Also
See Also