List vs ArrayList vs Dictionary vs Hashtable vs Stack vs Queue? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . We can use any of these (includes List, ArrayList, Dictionary, Hashtable, Stack, Queue) to hold value or hold reference to other objects as a collection. But, my question is which one is used when? 回答1: Lists Lists allow duplicate items, can be accessed by index, and support