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: 0.0.0
Syntax
C#
List ToList()

Return Value

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