StatefulCustomMappingFactory<TSrc,TDst,TState>.GetMapping 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回从TSrc
类型输入和状态对象映射到TDst
输出的TState
映射委托。
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)
返回
Action<TSrc,TDst,TState>