Where can I learn about the various types of .NET lists?

前端 未结 10 1108
南笙
南笙 2020-12-12 13:13

Does anyone know a good resource to concisely explain the different types of lists available in C# and when their usage is appropriate?

For example, List, Hashtable,

10条回答
  •  粉色の甜心
    2020-12-12 13:45

    These are examples of various types of general data structures. These data structures are used all over the place in software engineering.

提交回复
热议问题