HeadingsCSV.Field

Struct containing the name and value of a field. Field names are sliced from the 'headings' array (see below). A list of Field structs is passed to the user's delegate which is passed to the parse method.

class HeadingsCSV
struct Field {}

Members

Variables

name
cstring name;
Undocumented in source.
value
cstring value;
Undocumented in source.

Meta