klyn.io.csv.CSVReader.operator[]
method
public operator[](index as Int) as ArrayList<String>:
Description

Returns one parsed row.

Parameters
  • index Zero-based row index. Negative indices are delegated to the underlying list implementation.