G
German Koninin
Hi guys.
I'm quite new in C# migrating from C++. I'm looking for a good associate
container where keys will be not unique. Just like in STL multimap or
miltiset. Unfortunately I found only SortedDictionary and SortedList which
is quite rookie stuff, so there is no options to keep non unique keys...
Thanks
German Koninin
I'm quite new in C# migrating from C++. I'm looking for a good associate
container where keys will be not unique. Just like in STL multimap or
miltiset. Unfortunately I found only SortedDictionary and SortedList which
is quite rookie stuff, so there is no options to keep non unique keys...
Thanks
German Koninin