N
Nathan Sokalski
I am looking for a collection where I can find the key based on the value or
the value based on the key. All the classes I have found in the
System.Collections namespace only allow you to get the value based on the
key, but not vice-versa. Is there such a class? I would prefer not to write
my own class or extend one of the collections classes to do this, because I
am only using it one time, but it is the only way I can do what I need to
do. Any help would be appreciated.
the value based on the key. All the classes I have found in the
System.Collections namespace only allow you to get the value based on the
key, but not vice-versa. Is there such a class? I would prefer not to write
my own class or extend one of the collections classes to do this, because I
am only using it one time, but it is the only way I can do what I need to
do. Any help would be appreciated.