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 public List<Object> ToList()
Return Value
Type:
ListObjectThe contents of the array as a .NET list
Implements
IArrayToListSee Also