Partager via


StatefulCustomMappingFactory<TSrc,TDst,TState>.GetMapping Méthode

Définition

Retourne le délégué de mappage qui mappe d’une TSrc entrée et d’un objet d’état de type TState, à une TDst sortie.

public abstract Action<TSrc,TDst,TState> GetMapping ();
abstract member GetMapping : unit -> Action<'Src, 'Dst, 'State (requires 'Src : null and 'Src : (new : unit -> 'Src) and 'Dst : null and 'Dst : (new : unit -> 'Dst) and 'State : null and 'State : (new : unit -> 'State))>
Public MustOverride Function GetMapping () As Action(Of TSrc, TDst, TState)

Retours

Action<TSrc,TDst,TState>

S’applique à