摘要:
先发案例代码,尾部分析: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
阅读(861)
评论(0)
推荐(0)
浙公网安备 33010602011771号