Ever felt like that the standard collection of Abstract Data Types provided in the System.Collections namespace just didn't provide that one ADT that would be perfect for your application, but you also don't want to loose time writing your own ADT? Then here's the answer to all your problems: Power Collections!
Here's a list of the ADT's Power Collections provide:
- Set<ElementType>
- Bag<ElementType>
- MultiDictionary<KeyType, ValueType>
- OrderedDictionary<KeyType, ValueType>
- OrderedMultiDictionary<KeyType, ValueType>
- OrderedSet<ElementType>
- OrderedBag<ElementType>
- Dequeue<ElementType>
- BigList<ElementType>