Using Visual Studio 2010
How can I enumerate all resources within in a specific resource file (.resx) that lies inside my assembly?
In my project I have a Resources.resx file with 3 text files (string resource). I need to enumerate these 3 files and then use their names to get their contents.
Thanks.