Click or drag to resize

IArrayToList Method

Converts this object to a standard .NET collection

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

Return Value

Type: ListObject
The contents of this collection as a .NET collection
See Also