CustomMappingFactory<TSrc,TDst>.GetMapping Method

Definition

Returns the mapping delegate that maps from TSrc inputs to TDst outputs.

public abstract Action<TSrc,TDst> GetMapping ();
abstract member GetMapping : unit -> Action<'Src, 'Dst (requires 'Src : null and 'Src : (new : unit -> 'Src) and 'Dst : null and 'Dst : (new : unit -> 'Dst))>
Public MustOverride Function GetMapping () As Action(Of TSrc, TDst)

Returns

Action<TSrc,TDst>

Applies to