At the end of 2008, I used the BCL dictionary, which set the key based on the obect value property that it stored. Now I can not find this dictionary. Can someone remind me? Here is what I recall about this:
- It requires a class that was used as <value> to implement an interface that had a method or property that determined which field / member should be considered the key.
- It was a dictionary that is used or defined in one of the ServiceModel namespaces.
I tried using the reflector tool to find all the dictionary classes in BCL, and I did not notice it. Perhaps the word "Dictionary" was not in the name of this magic class that I once used.
source
share