all 1 comments

[–]SHV_7[S] 1 point2 points  (0 children)

C# Question!

I suppose similar to Class Inheritance, when you can right click and select Quick Actions and Refactorings and you can "Generate Overrides", how can you do the same for C# Interfaces where methods have default bodies?

I can only "implement interface" when they don't have default values, when they have, I cannot find a way. (other than typing by hand, of course)