Click or drag to resize

IReadOnlyArrayToList Method

Converts this object to a standard .NET collection

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0382
Syntax
C#
List ToList()

Return Value

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