C#如何优雅处理引用类型的深拷贝 (九)

C#如何优雅处理引用类型的深拷贝 (九) 几年前写过一个 bug根因很土该深拷贝的地方没深拷贝副本一改原件跟着变。排查的时候老板以为动的是库里的数据其实就是一个本地对象被共享了。先把词说清楚浅拷贝值类型复制一份引用类型复制的是引用两边还指着同一个子对象。你改副本里的引用成员原件也会变。只复制对象自身的一层字段/属性里如果是值类型会复制一份值如果是引用类型复制的是引用指针新旧对象仍指向同一块堆上的子对象。深拷贝引用链上也建新对象改副本不该动到原件的嵌套数据。从根对象开始递归地为引用类型也创建新实例并把内容复制过去直到整棵「对象图」在逻辑上独立。改拷贝不应意外改动原对象里的嵌套数据。ICloneable能深但接口不保证ICloneable只有一个object Clone()文档不会替你承诺浅还是深看实现。你想做深拷贝可以全写在Clone()里就行。浅拷贝场景下改拷贝里的引用类型字段往往会影响原对象反之亦然除非你再给那个字段赋一个新实例。https://github.com/kewarh1/dcobxt/blob/main/ZkbLpJmGkE_5665094.mdhttps://github.com/jrnov/xwieaw/blob/main/ayms63ULZ3_2221155.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/jU15iWdNrL_9009938.mdhttps://github.com/justinghove/tobnjf/blob/main/lFjge4vf9d_4889504.mdhttps://github.com/kewarh1/dcobxt/blob/main/IcmdNrLpJn_1116044.mdhttps://github.com/abdys-lono/gqwznj/blob/main/FtgHyOFzTx_4554983.mdhttps://github.com/jrnov/xwieaw/blob/main/HvFtDrelVz_7887765.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/TX8Px4oImG_7899837.mdhttps://github.com/jrnov/xwieaw/blob/main/v9aTHO8c6a_4554837.mdhttps://github.com/justinghove/tobnjf/blob/main/b8iPm3biSw_6664438.mdhttps://github.com/kewarh1/dcobxt/blob/main/9QU8S5t0kE_6609837.mdhttps://github.com/abdys-lono/gqwznj/blob/main/EySwPNneOs_6776509.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/29QxXiZJnH_3332266.mdhttps://github.com/justinghove/tobnjf/blob/main/EL5cgK7EyS_6776509.mdhttps://github.com/jrnov/xwieaw/blob/main/dneOsMqKoI_2382165.mdhttps://github.com/kewarh1/dcobxt/blob/main/ZquYsWJQAe_0056054.mdhttps://github.com/abdys-lono/gqwznj/blob/main/Yps0Kymsc6_0004988.mdhttps://github.com/kewarh1/dcobxt/blob/main/0HLzJwkrb5_3443872.mdhttps://github.com/jrnov/xwieaw/blob/main/C3Gh4LszjD_6660049.mdhttps://github.com/justinghove/tobnjf/blob/main/OYP9d7b5Z3_8888226.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/ak5pJnHlFj_2221105.mdhttps://github.com/abdys-lono/gqwznj/blob/main/KbfJdH4BvP_9009933.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/X48l3dneOs_3384482.mdhttps://github.com/justinghove/tobnjf/blob/main/YztCqelVzT_8998822.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/8zjDhBf9d7_5665460.mdhttps://github.com/abdys-lono/gqwznj/blob/main/RBgghEL5Z3_4599332.mdhttps://github.com/jrnov/xwieaw/blob/main/1evzAUeVFj_9443276.mdhttps://github.com/justinghove/tobnjf/blob/main/DKY59nahRv_1092531.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/R82M3xkrb5_1221594.mdhttps://github.com/kewarh1/dcobxt/blob/main/cF3AuvTaKo_5559932.mdhttps://github.com/abdys-lono/gqwznj/blob/main/iITJXUvmW0_0000948.mdhttps://github.com/jrnov/xwieaw/blob/main/PWjh81pQAe_0122105.mdhttps://github.com/justinghove/tobnjf/blob/main/Z9NoiVcMqK_4998876.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/AhIVwqdkUy_4504438.mdhttps://github.com/kewarh1/dcobxt/blob/main/VC6Q4ryiCg_9910509.mdhttps://github.com/abdys-lono/gqwznj/blob/main/wjJ0uioY2W_1111599.mdhttps://github.com/jrnov/xwieaw/blob/main/vLCPqkXeOs_8887327.mdhttps://github.com/justinghove/tobnjf/blob/main/NH4izZkbLp_9009933.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/MQXoMTDhBf_0004337.mdhttps://github.com/kewarh1/dcobxt/blob/main/5zJxHuipZ3_5504483.mdhttps://github.com/jrnov/xwieaw/blob/main/XBzctUeVFj_3443226.mdhttps://github.com/abdys-lono/gqwznj/blob/main/1yPJdH4BvP_2221105.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/ubVnuBipZ3_0559832.mdhttps://github.com/justinghove/tobnjf/blob/main/E5JGhbOVFj_8998872.mdhttps://github.com/kewarh1/dcobxt/blob/main/MdAlStjTxR_7771054.mdhttps://github.com/jrnov/xwieaw/blob/main/v2nKN1pwgA_0943721.mdhttps://github.com/abdys-lono/gqwznj/blob/main/2cndroF6qK_6666549.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/QDr8CpdkUy_6150115.mdhttps://github.com/justinghove/tobnjf/blob/main/dUEiCgAe8c_7226600.mdhttps://github.com/kewarh1/dcobxt/blob/main/0xuIdneOsM_5615591.mdhttps://github.com/jrnov/xwieaw/blob/main/WKRhFpzqa4_7998721.mdhttps://github.com/abdys-lono/gqwznj/blob/main/xXhYmj90kE_5665094.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/NhsjTxRuOs_5555435.mdhttps://github.com/justinghove/tobnjf/blob/main/A71LWrb5Z3_5000938.mdhttps://github.com/kewarh1/dcobxt/blob/main/8Mnh1eSZJn_8809938.mdhttps://github.com/jrnov/xwieaw/blob/main/VPjMAH1VzT_2221105.mdhttps://github.com/abdys-lono/gqwznj/blob/main/CdXKRBf9d7_7887716.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/zMdAH1VzTx_6666509.mdhttps://github.com/justinghove/tobnjf/blob/main/BwwxUbLpJn_3322382.mdhttps://github.com/kewarh1/dcobxt/blob/main/dR5Mw6xhBf_1665499.mdhttps://github.com/jrnov/xwieaw/blob/main/jGqXuBjqa4_2221155.mdhttps://github.com/abdys-lono/gqwznj/blob/main/CMDuLgQuOs_3822600.mdhttps://github.com/justinghove/tobnjf/blob/main/TaLswZNUEi_2276605.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/OIcGaD18sM_3888226.mdhttps://github.com/kewarh1/dcobxt/blob/main/CghiFM64Y2_5665591.mdhttps://github.com/abdys-lono/gqwznj/blob/main/5F6JHhYImG_1159559.mdhttps://github.com/jrnov/xwieaw/blob/main/r9jtkUySwQ_9011555.mdhttps://github.com/justinghove/tobnjf/blob/main/Lw9aUHO8c6_9998844.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/vPPQy5pJmG_2211554.mdhttps://github.com/kewarh1/dcobxt/blob/main/41vFPjulVz_5776605.mdhttps://github.com/abdys-lono/gqwznj/blob/main/qqNyf6xhBf_7777615.mdhttps://github.com/jrnov/xwieaw/blob/main/cCtKBvtNrL_7726099.mdhttps://github.com/justinghove/tobnjf/blob/main/LznQhISJ3X_5655493.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/5mC3nHlFjD_4444327.mdhttps://github.com/kewarh1/dcobxt/blob/main/FM67BpcjTx_9998822.mdhttps://github.com/abdys-lono/gqwznj/blob/main/Tg71ovf9d7_5009983.mdhttps://github.com/jrnov/xwieaw/blob/main/3ARz6qKoIm_6665660.mdhttps://github.com/justinghove/tobnjf/blob/main/tho5cCNEyS_5665498.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/90kECgAe8c_1221504.mdhttps://github.com/kewarh1/dcobxt/blob/main/MhriSwQuOs_2332760.mdhttps://github.com/abdys-lono/gqwznj/blob/main/3RBCjqa4Y2_8337637.mdhttps://github.com/jrnov/xwieaw/blob/main/eSZpNx7yiC_3443276.mdhttps://github.com/justinghove/tobnjf/blob/main/yvp9qkXeOs_9099832.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/LyIwGuhoY2_3983278.mdhttps://github.com/kewarh1/dcobxt/blob/main/8CK4cjTxRv_6776509.mdhttps://github.com/abdys-lono/gqwznj/blob/main/29uRU8w3nH_9009888.mdhttps://github.com/jrnov/xwieaw/blob/main/Dgd4vf9d7b_4504438.mdhttps://github.com/justinghove/tobnjf/blob/main/TXh2jcQXHl_5664943.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/DNhsiQqhRv_4443321.mdhttps://github.com/abdys-lono/gqwznj/blob/main/m6G7oE5pJn_8887713.mdhttps://github.com/kewarh1/dcobxt/blob/main/li93N1IP9d_1221372.mdhttps://github.com/jrnov/xwieaw/blob/main/gGxKb8FzTx_9211054.mdhttps://github.com/justinghove/tobnjf/blob/main/vZNUEFnue8_2332261.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/YcF3AuOsMK_3355993.mdhttps://github.com/kewarh1/dcobxt/blob/main/whEIvjqa4Y_1660944.mdhttps://github.com/abdys-lono/gqwznj/blob/main/HicwZNUEiC_7758192.mdhttps://github.com/jrnov/xwieaw/blob/main/KcFW7H8sMq_6616561.mdhttps://github.com/justinghove/tobnjf/blob/main/DkLVL3TK4Y_8998716.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/EcPzgaNUEi_1110094.mdhttps://github.com/kewarh1/dcobxt/blob/main/9kxOI5CwQu_8910599.mdhttps://github.com/abdys-lono/gqwznj/blob/main/RBec63UL5Z_2226327.mdhttps://github.com/jrnov/xwieaw/blob/main/leSZqOVFjD_9443377.mdhttps://github.com/justinghove/tobnjf/blob/main/lVW37kYfPt_7859937.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/YOc3wkrb5Z_9460548.mdhttps://github.com/kewarh1/dcobxt/blob/main/nh1fSZnHlF_9993226.mdhttps://github.com/abdys-lono/gqwznj/blob/main/DrfIZAKBvP_7887660.mdhttps://github.com/jrnov/xwieaw/blob/main/Re5zmtd7b5_6998322.mdhttps://github.com/justinghove/tobnjf/blob/main/LIC3kA1lFj_5002150.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/cdAkvmW0US_7776605.mdhttps://github.com/kewarh1/dcobxt/blob/main/WnKvbVJQAe_0110548.mdhttps://github.com/abdys-lono/gqwznj/blob/main/03BRz6qKoI_7721655.mdhttps://github.com/jrnov/xwieaw/blob/main/ADLb9G0UyS_1661094.mdhttps://github.com/justinghove/tobnjf/blob/main/0kllIt3ue8_9099872.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/25DxyVcMqK_9998875.mdhttps://github.com/kewarh1/dcobxt/blob/main/FMaXysfmW0_7221488.mdhttps://github.com/abdys-lono/gqwznj/blob/main/j9Uh82pwgA_5554432.mdhttps://github.com/jrnov/xwieaw/blob/main/dHaEYC07qK_2276559.mdhttps://github.com/justinghove/tobnjf/blob/main/q41vFQH1Vz_4009387.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/h1C3nHlFjD_2721150.mdhttps://github.com/kewarh1/dcobxt/blob/main/rfIZ9KfPtN_6666226.mdhttps://github.com/abdys-lono/gqwznj/blob/main/RBf9ca0rb5_5665548.mdhttps://github.com/jrnov/xwieaw/blob/main/IjdxbOVFjD_5600948.mdhttps://github.com/justinghove/tobnjf/blob/main/Pm37IcmdNr_3998327.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/vZNUEFmtd7_0150943.mdhttps://github.com/kewarh1/dcobxt/blob/main/sJ9NroF6qK_0110094.mdhttps://github.com/abdys-lono/gqwznj/blob/main/Cn1RL9G0Uy_4443327.mdhttps://github.com/jrnov/xwieaw/blob/main/qu5v96XO8c_5555493.mdhttps://github.com/justinghove/tobnjf/blob/main/neOsMqKoIm_5056505.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/BBiJTK4Y2W_2222682.mdhttps://github.com/kewarh1/dcobxt/blob/main/4HF9zh7yiC_2221155.mdhttps://github.com/abdys-lono/gqwznj/blob/main/Hr1s63TK4Y_1221000.mdhttps://github.com/jrnov/xwieaw/blob/main/6AHY5CwQus_2276004.mdhttps://github.com/justinghove/tobnjf/blob/main/R1CZJKszjD_1148748.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/yM6AHY6DxR_6665093.mdhttps://github.com/kewarh1/dcobxt/blob/main/1mJNXr2td7_8333216.mdhttps://github.com/jrnov/xwieaw/blob/main/ZWxrBpcjTx_6110044.mdhttps://github.com/abdys-lono/gqwznj/blob/main/rI9NqnE5pJ_1111096.mdhttps://github.com/justinghove/tobnjf/blob/main/2JMUijGN7b_0000948.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/aBOpjWdNrL_7799832.mdhttps://github.com/kewarh1/dcobxt/blob/main/4UL5Z3X1Vz_2776505.mdhttps://github.com/abdys-lono/gqwznj/blob/main/nlC5P3ryiC_5555498.mdhttps://github.com/jrnov/xwieaw/blob/main/hvLF3AuOMq_9982266.mdhttps://github.com/justinghove/tobnjf/blob/main/FLZWxoY2W0_9998822.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/nDaLLt0kEi_5380810.mdhttps://github.com/kewarh1/dcobxt/blob/main/HX5fMG3AuO_3832260.mdhttps://github.com/abdys-lono/gqwznj/blob/main/0eS5Nx7yiC_9004332.mdhttps://github.com/jrnov/xwieaw/blob/main/ayls53TK4Y_4998827.mdhttps://github.com/justinghove/tobnjf/blob/main/lVVW3dneOs_6711054.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/f6xhf9d7b5_8887711.mdhttps://github.com/kewarh1/dcobxt/blob/main/sJDWAy5pJn_2222100.mdhttps://github.com/jrnov/xwieaw/blob/main/cc9kRsjTxR_0000943.mdhttps://github.com/abdys-lono/gqwznj/blob/main/v6wd4vf9d7_2221059.mdhttps://github.com/justinghove/tobnjf/blob/main/l5iW6oEZJn_5665495.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/9eeeBmwnX1_5665594.mdhttps://github.com/kewarh1/dcobxt/blob/main/rOyf2JqxhB_5509937.mdhttps://github.com/jrnov/xwieaw/blob/main/sI9MnhUbLp_2771105.mdhttps://github.com/abdys-lono/gqwznj/blob/main/M5Z3XUvmW0_1221504.mdhttps://github.com/justinghove/tobnjf/blob/main/g7UEEFnue8_6771155.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/izW7ohVcMq_1159337.mdhttps://github.com/kewarh1/dcobxt/blob/main/Cmxo1yPG0U_4444549.mdhttps://github.com/jrnov/xwieaw/blob/main/90Ehf5wgAe_7221604.mdhttps://github.com/abdys-lono/gqwznj/blob/main/9qkYfwTaKo_8938771.mdhttps://github.com/justinghove/tobnjf/blob/main/gkNfFPG0Uy_7327031.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/D4IF90kEiC_7227660.mdhttps://github.com/kewarh1/dcobxt/blob/main/kQK8FW4BuO_3498198.mdhttps://github.com/jrnov/xwieaw/blob/main/Hr1s63UL5Z_0132110.mdhttps://github.com/abdys-lono/gqwznj/blob/main/h1CZKKszjD_2221155.mdhttps://github.com/justinghove/tobnjf/blob/main/a7iPI6DRvP_8998721.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/FjDhijGN7b_5665761.mdhttps://github.com/kewarh1/dcobxt/blob/main/VZgxUbLpJn_5776054.mdhttps://github.com/jrnov/xwieaw/blob/main/lMdAH1VzTx_3448728.mdhttps://github.com/abdys-lono/gqwznj/blob/main/7vZqQaRBf9_4554387.mdhttps://github.com/justinghove/tobnjf/blob/main/qhvsJAuOsM_3488827.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/nNbYSmxoY2_3465498.mdhttps://github.com/kewarh1/dcobxt/blob/main/9wXE7v2mkE_1159337.mdhttps://github.com/jrnov/xwieaw/blob/main/Jaeo8JAuOs_3333266.mdhttps://github.com/abdys-lono/gqwznj/blob/main/LTkHO8c6a4_6766549.mdhttps://github.com/justinghove/tobnjf/blob/main/ZjaoHFfWGk_1115961.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/xo2zPG0UyS_8888766.mdhttps://github.com/kewarh1/dcobxt/blob/main/quYLwd3ue8_3832105.mdhttps://github.com/jrnov/xwieaw/blob/main/ZAOLFZkbLp_5527655.mdhttps://github.com/abdys-lono/gqwznj/blob/main/FgXHlFjDhB_0004488.mdhttps://github.com/justinghove/tobnjf/blob/main/ZTnQELZ3X1_1110504.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/1236EU29tN_1183271.mdhttps://github.com/kewarh1/dcobxt/blob/main/1MWtefCJ3X_4504387.mdhttps://github.com/jrnov/xwieaw/blob/main/KHBVf0A1lF_2332165.mdhttps://github.com/justinghove/tobnjf/blob/main/dhL8jQqhRv_0110943.mdhttps://github.com/abdys-lono/gqwznj/blob/main/P3ryijGN7b_0000166.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/2cmdLIjaKo_9099337.mdhttps://github.com/kewarh1/dcobxt/blob/main/WxKb8itkUy_8998278.mdhttps://github.com/jrnov/xwieaw/blob/main/VjA3ryiCgA_7223272.mdhttps://github.com/justinghove/tobnjf/blob/main/ANoi2fTaKo_5605494.mdhttps://github.com/abdys-lono/gqwznj/blob/main/fCnTr89G0U_1266048.mdhttps://github.com/insbrangotekson/hbhkxt/blob/main/5Nx7yiCgAe_5005498.md