Exemple #1
0
 public static T DeepClone <T>(this T obj)
 {
     return((T)XMLUtils.FromXML <T>(XMLUtils.ToXML(obj)));
 }