Partager via


CustomMappingFactory<TSrc,TDst>.GetMapping Méthode

Définition

Retourne le délégué de mappage qui mappe des TSrc entrées aux TDst sorties.

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)

Retours

Action<TSrc,TDst>

S’applique à