我想做这样的事情:
int[] someArray = new int[50];
Foo([ArgumentAttribute(20)] someArray) ;
// ... `enter code here`
int Foo(int[] someArgument)
{
// my code ...
}
不确定那甚至可能。
我想做这样的事情:
int[] someArray = new int[50];
Foo([ArgumentAttribute(20)] someArray) ;
// ... `enter code here`
int Foo(int[] someArgument)
{
// my code ...
}
不确定那甚至可能。