Using interfaces in C# vs VB.net

D

Damien Sawyer

Hi all,

I'm in process of moving from vb.net to c#.

I've just created my first class which uses an interface. In VB.Net, I
could use the IDE to automatically fill out the signatures of the
properties/methods that the class needs to implement because of the
interface.

Would someone mind telling me how to do this in C#? As it stands at
the moment, I'm typing them in by hand! I can't believe that this
would be the only option...


Thanks in advance,


Damien Sawyer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top