Click or drag to resize

ReadOnlyFragmentToArray Method

Gets the contained value as a ReadOnlyArray

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

Return Value

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