ArrayList vs List<> in C#

后端 未结 12 2136
深忆病人
深忆病人 2020-11-22 04:10

What is the difference between ArrayList and List<> in C#?

Is it only that List<> has a type while ArrayLis

12条回答
提交回复
热议问题