StatefulCustomMappingFactory<TSrc,TDst,TState>.GetMapping Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the mapping delegate that maps from a TSrc
input and a state object of type TState
,
to a TDst
output.
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)
Returns
Action<TSrc,TDst,TState>