C# 构造函数如何调用父类构造函数或其他构造函数
摘要:
class C : B{C() : base(5)// call base constructor B(5){}C(int i) : this()// call C(){} 阅读全文
posted @ 2013-07-03 21:16 蒋雷军 阅读(380) 评论(0) 推荐(0) 编辑
posted @ 2013-07-03 21:16 蒋雷军 阅读(380) 评论(0) 推荐(0) 编辑