public String Add(string A,String B)
{}

public Int Add(String A,String B)
{}


以上两个方法是不能重载的,因为.net不能只以返回值不同而重载!

相关文章: