Click or drag to resize

ValueMappingTSource, TDestination Constructor

Initializes a new instance.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public ValueMapping(
	TSource sourceValue,
	IEqualityComparer<TSource> sourceValueComparer,
	TDestination destinationValue
)

Parameters

sourceValue
Type: TSource
The source value.
sourceValueComparer
Type: System.Collections.GenericIEqualityComparerTSource
Null or the comparer with wich values are compared to the source value.
destinationValue
Type: TDestination
The mapped destination value.
See Also