C
C# Learner
What's the best collection for the following scenario:
key value
--- -----
"Languages" -> "C#"
-> "Delphi"
-> "C++"
"IDEs" -> "VS.NET"
-> "BDS"
-> "KDevelop"
Basically we have a string /key/ with one of more string /values/.
I'd guess that 'NameValueCollection' would be usable here but is it the
best class for this?
key value
--- -----
"Languages" -> "C#"
-> "Delphi"
-> "C++"
"IDEs" -> "VS.NET"
-> "BDS"
-> "KDevelop"
Basically we have a string /key/ with one of more string /values/.
I'd guess that 'NameValueCollection' would be usable here but is it the
best class for this?