Skip to main content

Overrides

The Overrides provider navigates to abstract and virtual members of a base class that are overridden in the current class.

#How to Use

  • Place the caret in a base class or in an overridden member of the abstract or virtual class.

  • Press Ctrl + Alt + N to invoke the Jump To window.

  • Select Overrides and press Enter.

    Choose

  • Choose an item from the location list and press Enter.

    Choose

CodeRush closes the Jump To window and navigates to the overridden member of the abstract or virtual class.

#View Search Results in the References Window

Refer to the corresponding section of the Navigate to topic.