Merge(TypeConverterOptions[]) Method
Merges TypeConverterOptions by applying the values of sources in order on to each other. The first object is the source object.

Syntax

public static TypeConverterOptions Merge(params TypeConverterOptions[] sources)

Parameters

Name Type Description
sources TypeConverterOptions[] The sources that will be applied.

Return Value

Type Description
TypeConverterOptions The updated source object.