Similar to the LINQ method, but returns all objects converted to standard
.NET types
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public List<Object> ToList()
Return Value
Type:
ListObjectA list of standard .NET typed objects in the array
Implements
IArrayToListSee Also