AddOptions<T>(TypeConverterOptions) Method
Adds the TypeConverterOptions for the given Type.

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.