摘要: 先发案例代码,尾部分析:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace _2011._12._23{ class Sum_Int { private int x; public int X { get { return x; } set { x = value; } } public Sum_Int(int i) { ... 阅读全文
posted @ 2011-12-23 09:37 Anleb 阅读(853) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示