C# List as Dictionary key
原文:C# List as Dictionary key
原文:C# List as Dictionary key
I have a dictionary which is keyed by a List: private Dictionary<List<custom_obj>, string> Lookup; I m trying to use ContainsKey, but it doesn t seem to be working, and I have no idea ...