Dictionary<String, Dictionary<String, String>>() code example
Example: c sharp add item to dictionary
// To add an item to a dictionary use 'Add()'
dict.Add(1,"One");
// To add an item to a dictionary use 'Add()'
dict.Add(1,"One");