how to have a dictionary with multiple values in c# code example
Example: c# dictionary with multiple values
var dict = new Dictionary<KeyType, Tuple<string, string, bool, int>>()
var dict = new Dictionary<KeyType, Tuple<string, string, bool, int>>()