다음을 통해 공유


StatefulCustomMappingFactory<TSrc,TDst,TState>.GetMapping 메서드

정의

입력 및 형식TState의 상태 개체에서 TSrc 출력으로 매핑되는 매핑 대리자를 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>

적용 대상