C#中数组的存放位置

class Program { static void Main(string[] args) { char[] a = new char[4]; object[] b = new object[3]; Console.WriteLine(a.GetType().IsSubclassOf(typeof(System.Array)));
相关文章
相关标签/搜索