Click or drag to resize

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-b0713
Syntax
C#
public MutableArrayObject ToMutable()

Return Value

Type: MutableArrayObject
A mutable copy of the array
See Also