📄 nestedinterfaceinheritance1.vb
字号:
'This test fails and I can't figure out why.Class NestedInterfaceInheritance1 Implements IDerived 'Change to IBase and it compiles. Interface IBase Function Method() As Integer End Interface Interface IDerived Inherits IBase End Interface Function Method() As Integer Implements IBase.Method Return 1 End FunctionEnd Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -