开发者

When inheriting a class can you generate all the override functions and methods?

开发者 https://www.devze.com 2022-12-08 19:57 出处:网络
I\'m adding a new class which inherits from the the RoleProvider, I then need to add all the differant override functions. Is there a quick way to generate them via the IDE?

I'm adding a new class which inherits from the the RoleProvider, I then need to add all the differant override functions. Is there a quick way to generate them via the IDE?

Hope that makes s开发者_高级运维ense.

Thanks


Move cursor to your class declaration. If you have ReSharper installed, press Alt + Enter. If not, press Ctrl + . (dot). You'll see what to do next. For instance Ctrl + . will prompt you with "Implement abstract class RoleProvider".

0

精彩评论

暂无评论...
验证码 换一张
取 消