摘要
C#编程的特点是程序员是不需要关心其具体的内存管理,因为垃圾收集器会自动处理整个内存空间。虽然可以不用手工来管理内存,但是一旦要编写质量高的代码,并且还需要理解后台所发生的事情,就需要了解C#编程。介绍C#编程中的内存管理。
the C# programming has a very important feature, is also an advantage, it is the programmer is not need to care about the memory management, as the garbage collector will automatically to handle all memory clear. Although without manual memory management, but once to write high quality code, and also need to understand the background of things, we need to understand the C# programming. The author will introduce the memory management in C# programming in the following.
出处
《电脑编程技巧与维护》
2013年第10期24-25,共2页
Computer Programming Skills & Maintenance