摘要:
using System; using System.Text; namespace ReferenceType { class Program { static void Main(string[] args) { //引用类型 在内存的栈上面只存储一个引用,在内存的堆上面才会存储具体的值 //o 阅读全文
posted @ 2016-03-30 18:10
CrazyBun.apk
阅读(194)
评论(3)
推荐(0)
摘要:
using System; namespace ValueType { class Program { /// <summary> /// 类似Java中的“/**”注释 /// </summary> /// <param name=" args"></param> static void Main 阅读全文
posted @ 2016-03-30 18:09
CrazyBun.apk
阅读(129)
评论(0)
推荐(0)

浙公网安备 33010602011771号