自动插入接口实现
1: class MyClass : IMyInterface
2: {
3:
4: }
方法一: 将光标定位到ImyInterface,在左下角出现蓝色横线,点横线出现选框,选择实现成员;
方法二: Alt + Shift + F10 ;
1: class MyClass : IMyInterface
2: {
3:
4: }
方法一: 将光标定位到ImyInterface,在左下角出现蓝色横线,点横线出现选框,选择实现成员;
方法二: Alt + Shift + F10 ;