CustomMappingFactory<TSrc,TDst>.GetMapping Método

Definição

Retorna o delegado de mapeamento que mapeia de TSrc entradas para TDst saídas.

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)

Retornos

Action<TSrc,TDst>

Aplica-se a