Skip to content

DOC-002: Remove generic parameter from CsvReadOptions examples #9

@improveTheWorld

Description

@improveTheWorld

Summary

Docs show CsvReadOptions<T> but class is non-generic.

Current (Wrong)

`csharp
var options = new CsvReadOptions { ... };
``n

Expected

`csharp
var options = new CsvReadOptions { ... };
Read.Csv(path, options);
``n

Action: Fix Documentation

Remove generic parameter from CsvReadOptions in all examples. Design is correct - options are reusable across types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions