示例#1
0
 public long CalcIntArray(List <int> array)
 {
     return(strategy.DealwithIntArray(array));
 }