针对ClassA  
有这样的方法  
void  RunValue(int  i)    
 
针对ClassB  
有这样的方法  
void  RunValue(string  str)  
 
问题是  
在接口中怎样声明这个RunValue方法?