Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IArray Interface
IArray Methods
GetArray Method
GetBlob Method
GetBoolean Method
GetDate Method
GetDictionary Method
GetDouble Method
GetFloat Method
GetInt Method
GetLong Method
GetString Method
GetValue Method
ToList Method
IArray
ToList Method
Converts the contents of the array to a .NET list type
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
List
<
Object
>
ToList
()
Return Value
Type:
List
Object
The contents of the array as a .NET list
See Also
Reference
IArray Interface
Couchbase.Lite Namespace