C# associative array

后端 未结 10 2148
时光取名叫无心
时光取名叫无心 2020-12-11 00:12

I\'ve been using a Hashtable, but by nature, hashtables are not ordered, and I need to keep everything in order as I add them (because I want to pull them out in the same or

10条回答
  •  离开以前
    2020-12-11 00:49

    look at sorted list http://msdn.microsoft.com/en-us/library/system.collections.sortedlist.aspx

提交回复
热议问题