Let\'s say we have a class called MyClass.
public class MyClass
We also have an interface like so:
public interface MyInterface
For C#, you can right click the 'MyInterface' and choose 'Implement Interface' from the context menu. I believe there is a similar (but slightly different) shortcut for VB.NET.