sailing

Everything...

2007年3月18日

C# syntax: call another constructor from a constructor

摘要: public Person(string firstName, string lastName) :this(firstName,lastName,0) { } public Person(string firstName, string lastName, int age) { ... 阅读全文

posted @ 2007-03-18 23:35 乌生鱼汤 阅读(175) 评论(0) 推荐(0)

导航