摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 泛型{ class Stack { private object[] items; ... 阅读全文
posted @ 2013-07-23 16:03 hg一如既往 阅读(348) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 装箱拆箱{ //装箱与拆箱 //装箱(boxing)和拆箱(unboxing)的概念是 C# 的类型系统... 阅读全文
posted @ 2013-07-23 16:00 hg一如既往 阅读(227) 评论(0) 推荐(0) 编辑