ReSharper
 
Get ReSharper
Get your hands on the new features ahead of the release by joining the Early Access Program for ReSharper 2025.1! Learn more

Generate Partial Methods

Last modified: 26 May 2024

Partial methods are defined in different parts (different files) of a partial type - one part contains the signature of the method while the other part contains its implementation.

The Generate partial methods command will help you create implementation stubs for not implemented partial methods.

This feature is supported in the following languages and technologies:

The instructions and examples given here address the use of the feature in C#. For more information about other languages, refer to corresponding topics in the ReSharper by language section.