摘要: 主要是为了应付不同类之间成员的相互赋值。节省代码量。namespace ConsoleApplication3{ public interface interTest { } public class Test : interTest { public string Name; public int Id; public int TestId; public int Property { get; set; } } public class TestClone { public... 阅读全文
posted @ 2012-04-11 16:58 Shikyoh 阅读(668) 评论(1) 推荐(0) 编辑