Array intArr = Array.CreateInstance(typeof(Int32), new int[] { 5 }, new int[] { 1 }); Console.WriteLine(intArr.GetLowerBound(0)); Console.WriteLine(intArr.GetUpperBound(0));
微信里点“发现”,扫一下
二维码便可将本文分享至朋友圈。