[求助]请问参数可以是数组么?
我自己写了个函数,里面有2个参数,请问传递的参数可以是数组么?public Class1(decimal a,decimal b)
{
//
this.a=a;
this.b=b;
aaa();
//
}
里面的a可以是a[]么???


2007-02-05 11:05
2007-02-05 12:03
2007-02-05 15:13