Click or drag to resize

MutableFragmentToArray Method

Gets the contained value as an MutableArray

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public MutableArray ToArray()

Return Value

Type: MutableArray
The cast contained value, or null
See Also