Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 C# 的新手。到目前为止,我已经学习了关于“收藏”主题的课程。现在我对 C# 如何实现集合感到非常困惑,因为我发现这些(List、Array LIst、Dictionary、Hash Table 和 ICollection)用于实现/声明数组(键值对数组 - 如果在 PHP 中)集合。我是一名开始学习 C# 的 PHP 开发人员,如果有人能告诉我如何、何时以及何时不使用 C# 中的以下集合声明,因为在 PHP 中,将对象添加到数组时没有变量类型限制。
提前致谢。
List往往是我发现的最强大的。我很少使用 ArrayList 或 Dictionary,但这只是我。
List