rt

解决方案 »

  1.   

    Array.CreateInstance(typeof(int), new int[]{10}, new int[]{1})
      

  2.   

    Array intArr = Array.CreateInstance(typeof(int), new int[]{10}, new int[]{1});这个东西怎么没有索引器?还要for(int i=intArr.GetLowerBound(0);i<=intArr.GetUpperBound(0);i++)
    intArr.SetValue(i,i);赋值?晕
      

  3.   

    谁让你非得创建非0下标的数组的 :-)
    估计没人会这么做,虽然.NET提供了支持
      

  4.   

    自从思归老大放了那个super水雷之后  带星的兄弟们也不潜水了  呵呵