Adds the
TypeConverterOptions for the given Type.
- Namespace
- CsvHelper
.TypeConversion - Containing Type
- Type
Converter Options Cache
Syntax
public void AddOptions<T>(TypeConverterOptions options)
Type Parameters
| Name | Description |
|---|---|
| T | The type the options are for. |
Parameters
| Name | Type | Description |
|---|---|---|
| options | TypeConverterOptions | The options. |