共用方式為


StatefulCustomMappingFactory<TSrc,TDst,TState>.GetMapping 方法

定義

傳回對應委派,此委派會從 TSrc 類型的 TState 輸入和狀態物件對應至 TDst 輸出。

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>

適用於