We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8e9e15 + 1b521a6 commit 944093dCopy full SHA for 944093d
docs/examples/type-conversion/custom-type-converter/index.html
@@ -415,7 +415,7 @@ <h6 id="data">Data</h6>
415
<h6 id="example">Example</h6>
416
<pre><code class="language-cs">void Main()
417
{
418
- using (var reader = new new StreamReader("path\\to\\file.csv"))
+ using (var reader = new StreamReader("path\\to\\file.csv"))
419
using (var csv = new CsvReader(reader, CultureInfo.InvariantCulture))
420
421
// Register globally.
0 commit comments