📄 ctype_interface1.vb
字号:
Class CType_Interface1 Sub Main() Dim fromvalue As i2 Dim tovalue As I1 tovalue = CType(fromvalue, I1) End Sub Interface I1 End Interface Interface I2 Inherits i1 End InterfaceEnd Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -