How to search for the keys from dictionary of <int, List<string>> – Asp.net
I have dictionary Dictionary<int, List<string>> taskList = new Dictionary<int, List<string>>(); which gives me the out like: Task ID: 1664003 Values: "2" "5" "1" "4" "3" Task ID: 1664004 Values: "1" "2" "3" "5" "4" Task ID: 1664005 Values: "1" "2"…