Constructor EnumConverter
EnumConverter(Action<EnumConvertOptions>)
Initializes a new instance of the EnumConverter<T> class.
Declaration
public EnumConverter(Action<EnumConvertOptions> buildOptionsAction)
Parameters
Type | Name | Description |
---|---|---|
Action<EnumConvertOptions> | buildOptionsAction | A delegate that builds the options used to customize the behavior of the converter. |
EnumConverter(EnumConvertOptions)
Initializes a new instance of the EnumConverter<T> class.
Declaration
public EnumConverter(EnumConvertOptions options)
Parameters
Type | Name | Description |
---|---|---|
EnumConvertOptions | options | The options to customize the behavior of the converter. |