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)));
相關文章
相關標籤/搜索