作为C#开发人员,我习惯于遍历构造函数: class Test { public Test() { DoSomething(); } public Test(int count) : this() { DoSomethingWithCount(count)......
javail
36分钟前
4
0