implement abstract in subclasses
is it possible in visual studio 2022 C#:
to auto implement an update to an abstract class?
I have a class and I now added a new abstract function, I want it to auto implement in all 9 subclasses.
Thanks!
1 Reply
Fixed by quick actions and project button!