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

Generate Partial Members

Last modified: 18 November 2024

Partial members are defined in different parts of a partial type — one part contains the signature of the member while the other part contains its implementation. C# 13 adds support for partial properties in addition to partial methods, which were available previously.

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