I am looping through a resx file, using the method described here in the accepted answer here: Loop through all the resources in a .resx file
But the items are not being read in the order that they are in the resx file which is what I would have expected.
The ordering is not random and is preserved between reads, but is returned:
Line3
Line2
Line1
Line6
Line5
Line4