Condividi tramite


CustomMappingFactory<TSrc,TDst>.GetMapping Metodo

Definizione

Restituisce il delegato di mapping mappato dagli TSrc input agli TDst output.

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)

Restituisce

Action<TSrc,TDst>

Si applica a