CustomMappingFactory<TSrc,TDst>.GetMapping 方法

定义

返回从 TSrc 输入映射到 TDst 输出的映射委托。

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)

返回

Action<TSrc,TDst>

适用于