Click or drag to resize

IArrayToList Method

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

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
List<Object> ToList()

Return Value

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