다음을 통해 공유


CustomMappingFactory<TSrc,TDst>.GetMapping 메서드

정의

입력에서 TSrc 출력으로 매핑되는 매핑 대리자를 TDst 반환합니다.

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

반환

Action<TSrc,TDst>

적용 대상