浅复制不能传递,重新赋值就重新浅复制
摘要:
如 ADORPNT p1 = GetADPointFromName("张三"); ADORPNT p2 = GetADPointFromName("李四"); List<ADORPNT> pts = new List<ADORPNT> {p1,p2 }; List<ADORPNT> ps = pts 阅读全文
posted @ 2019-08-19 18:53 mol1995 阅读(123) 评论(0) 推荐(0)
浙公网安备 33010602011771号