Using these commands, you can quickly go to next or previous member in C# or VB.NET code files, or to next or previous tag in ASP.NET, XML, XAML, or HTML files.
- On the main menu, choose ReSharper | Navigate | Next Member or ReSharper | Navigate | Previous Member .
- Press Alt+Down or Alt+Up.
Consider the following example:

After you place the caret at the name of the GoForward method
and press Alt+Up,
the caret moves to the beginning of the previous member name.

If there is an inner type in your code, the caret will also stop at each inner type's member declaration.
