コード例 #1
0
 public IMapperConfig <FROM, TO> After(Action <FROM, TO> action)
 {
     memberConfig = memberConfig.After(action);
     return(this);
 }