JetBrains Rider
 
2024.3
Get JetBrains Rider

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.