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

@@ -32,8 +32,7 @@ public class ByteArraySearcher
}
}
if (found)
return true;
if (found) { return true; }
}
return false;