首页 > IT职业 > IT生活 > 有关识别
C#在判断方法的签名的时候仅仅只是根据参数的类型,它不会识别参数的名称
所以以下的两个构造函数,它不会识别
01 public Car(string Color,float Weight)
02 public Car(string Color1,float Weigjt1)
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/7257938/viewspace-834586/,如需转载,请注明出处,否则将追究法律责任。
注册时间:2009-10-13