Sdílet prostřednictvím


CustomMappingFactory<TSrc,TDst>.GetMapping Metoda

Definice

Vrátí delegát mapování, který se mapuje ze TSrc vstupů na TDst výstupy.

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)

Návraty

Action<TSrc,TDst>

Platí pro