Beispiel #1
0
 public IMapperConfig <FROM, TO> MaxDepth(int maxDepth)
 {
     memberConfig.MaxDepth(maxDepth);
     return(this);
 }