Merges TypeConverterOptions by applying the values of sources in order on to each other.
The first object is the source object.
- Namespace
- CsvHelper
.TypeConversion - Containing Type
- TypeConverterOptions
Syntax
public static TypeConverterOptions Merge(params TypeConverterOptions[] sources)
Parameters
Name | Type | Description |
---|---|---|
sources | Type |
The sources that will be applied. |
Return Value
Type | Description |
---|---|
TypeConverterOptions | The updated source object. |