Converts the contents of the array to a .NET list type
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
Syntaxpublic List<Object> ToList()
Return Value
Type: 
ListObjectThe contents of the array as a .NET list
Implements
IArrayToList See Also
See Also