摘要: 1.首先建立一个类 class PropertyClass { public PropertyClass() { } public PropertyClass(ref Int32 x) { x *= 5; } public int fieldValue = 0; priv... 阅读全文
posted @ 2007-03-14 17:18 RicoRui 阅读(538) 评论(0) 推荐(0)