예제 #1
0
 public static void CloneInto(IWritable dst, IWritable src)
 {
     ReflectionUtils.CloneWritableInto(dst, src);
 }