摘要:
看看下面的这段代码,如果你得到的结果和实际情况一致,那就是明白引用类型了 class Program { static void Main(string[] args) { Car theCar = new Car(); TestClass(theCar); Console.WriteLine(theCar.Name); TestClass2(theCar); Console.WriteLine(... 阅读全文
posted @ 2009-12-19 08:33
涂文瀚
阅读(368)
评论(0)
推荐(0)
浙公网安备 33010602011771号