Converts this object to a standard .NET collection
            
 
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
 Syntax
Syntaxpublic List<Object> ToList()
Return Value
Type: 
ListObjectThe contents of this collection as a .NET collection
Implements
IArrayToList See Also
See Also