TValueConverterFactory.TTypeMapping<TSource,TTarget> Record

Represents type TTypeMapping<TSource,TTarget>.

Namespace: Spring.ValueConverters
strict private
type
 TTypeMapping<TSource,TTarget> = record
 end;

Type Parameters

TSource
TTarget

The TValueConverterFactory.TTypeMapping<TSource,TTarget> type exposes the following members.

Show:
 NameDescription
SourceType

Represents field SourceType.

TargetType

Represents field TargetType.

Top