How to reorder type members with Resharper?

Solution 1:

Use the "Cleanup Code" functionality.

The order of the members can be set up in the ReSharper options in Languages, C#, Type Members Layout. This is a well documented XML layout specification which ReSharper uses when reordering members.

Solution 2:

Sorting is not activated by default. You can activate it by opening the resharper options and then go here:

enter image description here