Click or drag to resize

FragmentToArray Method

Gets the contained value as an ArrayObject

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public ArrayObject ToArray()

Return Value

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