Document that ParseCurrentRecord modifies parsed
This commit is contained in:
parent
a5eedef36b
commit
99766f99a6
@ -278,6 +278,9 @@ public class SaneTsv
|
|||||||
return parsed;
|
return parsed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Note: this modifies 'parsed'
|
||||||
|
/// </summary>
|
||||||
protected static object[] ParseCurrentRecord(SaneTsv parsed, List<byte[]> fields, int line)
|
protected static object[] ParseCurrentRecord(SaneTsv parsed, List<byte[]> fields, int line)
|
||||||
{
|
{
|
||||||
var parsedFields = new object[fields.Count];
|
var parsedFields = new object[fields.Count];
|
||||||
|
Loading…
Reference in New Issue
Block a user