Table of Contents

Constructor TwoWayEnumMapping

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

TwoWayEnumMapping(TSource, TDest)

Initializes a new instance of the TwoWayEnumMapping<TSource, TDest> class.

public TwoWayEnumMapping(TSource sourceMaxValue, TDest destMaxValue)

Parameters

sourceMaxValue TSource

Maximal value of the source enum.

destMaxValue TDest

Maximal value of the destination enum.