摘要:
CTS Common Type System 通用数据类型 CLS Common Language System 通用语言规范 CLR Common Languange Runtime 公共语言运行时 GC Garbarge Collection 垃圾回收 值类型在栈内存,引用类型在堆内存,栈内存的 阅读全文
摘要:
public class Dog { public string Name{get;set;} } public class Person { public string Name{get;set;} public int Age{get;set;} pulic Dog HisDog{get;set 阅读全文