次の方法で共有


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>

適用対象