读取 CSV 文件时 Context.Row 和 Context.Record 的替代品是什么?

What is the replacement for Context.Row and Context.Record when reading a CSV file?

我使用的是 CsvHelp 的 v18,并且在读取 CSV 文件时使用了 Context.Row 和 Context.Record。我正在升级到 v27,但这些不再可用。请问有人知道他们的替代品是什么吗?

谢谢。

Parser.RawRow 和 Parser.RawRecord 是 Context.Row 和 Context.Record 的替代品。