CsvFieldIndexer.Search: Naive search implementation.

This commit is contained in:
2023-08-21 04:31:21 +02:00
parent 0c05215b94
commit a0010593f6
4 changed files with 135 additions and 10 deletions

View File

@@ -39,11 +39,6 @@ namespace CsvLib
return read;
}
public override int Peek()
{
return _baseReader.Peek();
}
public int Position
{
get { return _position; }