Click or drag to resize

ArrayObjectToList Method

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.0.0-b0520
Syntax
C#
public List<Object> ToList()

Return Value

Type: ListObject
A list of standard .NET typed objects in the array
See Also