Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ResXResourceReader resourcereader = new ResXResourceReader(resxFilename);
  2.  
  3. resourcereader.UseResXDataNodes = true;
  4.  
  5. Assembly currentAssembly = Assembly.GetExecutingAssembly();
  6.  
  7. IDictionaryEnumerator dictionary = resourcereader.GetEnumerator();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement