Click or drag to resize

ResultToList Method

Converts the contents of the array to a .NET list type

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public List<Object> ToList()

Return Value

Type: ListObject
The contents of the array as a .NET list

Implements

IArrayToList
See Also