generic list of dictionary c# code example
Example: list dictionary c#
List<Dictionary<string, string>> MyList = new List<Dictionary<string, string>>();
List<Dictionary<string, string>> MyList = new List<Dictionary<string, string>>();