Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Force 'Implement members' option in ReSharper to use explicit interface implementations

Tags:

c#

resharper

I can't find this in ReSharper options! Can anyone point me to where it is?

like image 243
jcvandan Avatar asked Dec 04 '25 05:12

jcvandan


1 Answers

As soon as you have added an interface to the class, you can bring up the Implement Members dialog. In ReSharper 8.2 I have a drop down box at the bottom labeled "Implement as" which I can set to "Explicit Implementation"

Implement Members Dialog

like image 69
Alex Avatar answered Dec 05 '25 21:12

Alex