|   | CsvReaderReadNextRecord Method  | 
        
         
              Reads the next record.
            
 
    Namespace: 
   Accord.IO
    Assembly:
   Accord.IO (in Accord.IO.dll) Version: 3.8.0
 Syntax
Syntaxpublic bool ReadNextRecord()
Public Function ReadNextRecord As Boolean
Return Value
Type: 
Boolean if a record has been successfully reads; otherwise, 
.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The instance has been disposed of. | 
 See Also
See Also