Where to load a preset dictionary?

Posted by cam on Stack Overflow See other posts from Stack Overflow or by cam
Published on 2010-04-01T11:25:14Z Indexed on 2010/04/01 11:33 UTC
Read the original article Hit count: 171

Filed under:
|

Everytime the program loads, I need a dictionary to have about 15 values. Right now I'm using a function called "Load_Dictionary" that just adds each value. How do you suggest going about loading a dictionary like this? Through a function? Using an XML file?

© Stack Overflow or respective owner

Related posts about c#

Related posts about dictionary