I\'m looking for a container that keeps all its items in order. I looked at SortedList, but that requires a separate key, and does not allow duplicate keys. I could also j
As I mentioned earlier today here, the C5 Generic Collection Library has the proper container for you.