+ 1
yes there is, you declare them using {}. in c# you use keyword Dictionary<key,value> and you specify the type of key and value e.g Dictionary<int, string> dict = new Dictionary<int, string>();
9th May 2020, 4:14 PM
khabz01
khabz01 - avatar