Constructor TwoWayEnumMapping
TwoWayEnumMapping(TSource, TDest)
Initializes a new instance of the TwoWayEnumMapping<TSource, TDest> class.
public TwoWayEnumMapping(TSource sourceMaxValue, TDest destMaxValue)
Parameters
sourceMaxValue
TSourceMaximal value of the source enum.
destMaxValue
TDestMaximal value of the destination enum.