Within a class you can easily navigate to the next or to the previous method. Press Alt + Down or select ReSharper | Go To | Next Method from the main menu to get the caret positioned at the beginning of the next method; press Alt + Up or select ReSharper | Go To | Previous Method from the main menu to get the caret positioned at the beginning of the previous method. Consider the following example:

After user presses Alt + Down shortcut the caret is repositioned:

If there is an inner type in your code the caret will also be stopped at the beginning of the type declaration as well as at its closing bracket before/after visiting all inner type's method declarations.