Tagged Questions
6
votes
8answers
1k views
What is the best data structure in .NET for look-up by string key or numeric index?
I'm looking for the most ideal data structure (for performance and ease of use) from which values can be retrieved by string key or index. Dictionary doesn't work because you can't really retrieve by ...