c#.net中的子函数怎样返回多个整型数值?麻烦给个例子 谢谢了![解决办法]List<int[]> Get(){ List<int[]> aa=new List<int[]>(); aa.Add(new int[2]); aa.Add(new int[2]); return aa;}[解决办法]