摘要: public class MyClass { private int myInt; //字段 public MyClass() //构造函数 { myInt = 99; } ... 阅读全文
posted @ 2015-04-14 11:27 若非菲lrr 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 先看两个示例using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ch10ex05{ public cla... 阅读全文
posted @ 2015-04-14 10:31 若非菲lrr 阅读(85) 评论(0) 推荐(0) 编辑