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