Commit bd9794d
authored
Update DatatablesParser.cs
I was getting a System.Reflection.AmbiguousMatchException: 'Ambiguous match found.' on the "Contains" method which has multiple signatures. Adding in new[] { typeof(string) } specifies the right method, I believe.
First pull request and contribution.
Thanks. Nice work.1 parent 769468d commit bd9794d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
0 commit comments