Пример #1
0
 public static T DeepCopy <T>(this T obj)
 {
     return(Cloner.Create().Clone(obj));
 }