📄 ctype_interface3.vb
字号:
Class CType_Interface3 Sub Main() Dim fromvalue As FromType Dim tovalue As ToType tovalue = CType(fromvalue, ToType) End Sub Interface FromType End Interface Structure ToType Implements fromtype Dim i As Integer End StructureEnd Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -