0

I was wondering if can create some resource file which represents multiple values per key.

any suggestion?

Thank You;

Mohsen
  • 4,000
  • 8
  • 42
  • 73

1 Answers1

0

You can achieve this by adding Properties.Settings add the variable of type System.Collections.Specialized.ListDictionary in it add 2 items and save it

a setting variable can be scoped to be used at application or user level

Please example here http://www.codeproject.com/Articles/17659/How-To-Use-the-Settings-Class-in-C

HatSoft
  • 11,077
  • 3
  • 28
  • 43