Document that ParseCurrentRecord modifies parsed
This commit is contained in:
parent
832cce033c
commit
b56665f5f4
|
@ -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