All Tags »
code generation »
Alt+Insert (
RSS)
Sorry, but there are no more tags available to filter with.
-
OK, I've got it working, sort of. Say I have these classes and this interface: public class Base { public Base() { } public virtual void DoThat() { } } public interface IThing { void DoIt(); string Thing { get; } } public class Derived : Base, IThing { } I click inside Derived, hit Alt+Ins, and I...
Posted to
Forum
by
chucksphar
on
09-09-2006
Filed under: Alt+Insert, code generation
-
I get the code generation to work fine for overriding a base class with virtual methods and/or a base class with abstract methods. But I can't seem to get it to implement an interface, not even one of the ones in the .NET Framework, let alone one of my own. How can I get that to work? thanks, Chuck
Posted to
Forum
by
chucksphar
on
09-08-2006
Filed under: Alt+Insert, code generation
Page 1 of 1 (2 items)