ArrayList vs List in C# - Stack Overflow

ArrayList vs List in C# - Stack Overflow

瀏覽:1444
日期:2025-11-18
What is the difference between ArrayList and List in C#? Is it only that List has a type while ArrayList doesn't? ... To add to the above points. Using ArrayList in 64bit operating system takes 2x memory than using in the 32bit operating system. Meanwhile...看更多