I do not have a lot of experience with C#, and I am used from PHP with associative arrays.
I see that in C# is the List class and the raw array, but I would like to associate some string keys at some moment.
What is the easiest way to handle this?
Thx!