Is there a way to automatically shadow all inherited properties
For example:
I want to derive from a form but I want to shadow all the properties and
methods. Can this be done using ReSharper? Can't find it...
Gabriel Lozano-Morán
Please sign in to leave a comment.
Hello Gabriel,
what exactly do you mean by 'shadowing'? If it is hiding inherited members
with
'new' keyword, I'm afraid there is no such a way.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Yes something like Generate delegating members but indeed shadowing the
properties with the new keyword.
Gabriel
"Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in message
news:c8a894d9b470e8c7be61688eb987@news.intellij.net...
>
>
>
>
>
>
Also another issue, the generate delegating members will also generate
delegating members for internal, protected, private methods
Gabriel