Obviously, the foreach loop saving only the key works, but I don’t understand why.
I don’t actually understand dictionaries all that well in C#, and I was hoping for a better (any!) explanation as to why both the key and value fields don’t need to be assigned. Since it’s not covered in the course, is there a YouTube tutorial somewhere someone could recommend that covers the topic in more depth? Or is it something that will be covered in the Dialogue course?
Note: same goes for abstract and struct classes.