摘要: class Program { static void Main(string[] args) { var a = new AAA() { aaa = 0 }; test(a); Console.WriteLine("无Ref:"+ a.aaa); testRef(ref a); Console.W 阅读全文
posted @ 2021-02-20 16:11 三寸月光 阅读(208) 评论(0) 推荐(0) 编辑