共用方式為


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>

適用於