ArrayObjectToMutable Method |
Creates a copy of this object that can be mutated
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public MutableArrayObject ToMutable()
Return Value
Type:
MutableArrayObjectA mutable copy of the array
See Also