求大侠比较直白的解释一下
Rank
GetLowerBound(i);
GetUpperBound(i);
的功能,以及()里相应参数i代表的意义!

解决方案 »

  1.   

                int[] arr = new int[5];
                Console.WriteLine(arr.Rank); //1 维数
                Console.WriteLine(arr.GetLowerBound(0)); //0 获得某维的下限
                Console.WriteLine(arr.GetUpperBound(0)); //4 获得某维的上限Gets the lower bound of the specified dimension in the System.Array.
    Gets the upper bound of the specified dimension in the System.Array.
      

  2.   

    Get Lower Bound(1)拆分字母,根据大小写
    (2)复制到电子词典,查询
    (3)把意思连贯起来,动脑筋想想
      

  3.   

    大哥你看错了吧,这些方法是Array中的,不是string