Click or drag to resize

ReadOnlyArrayToList Method

Converts this object to a standard .NET collection

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public virtual IList<Object> ToList()

Return Value

Type: IListObject
The contents of this collection as a .NET collection

Implements

IReadOnlyArrayToList
See Also