📄 structure3.vb
字号:
Namespace Structure3 Structure a Dim value As String End Structure Public Structure b Dim value As Integer End Structure Friend Structure c Dim value As Byte End Structure Class classcontainer Structure a Dim value As String End Structure Public Structure b Dim value As Integer End Structure Friend Structure c Dim value As Byte End Structure Protected Structure d Dim value As structure3.a End Structure Protected Friend Structure e Dim value As classcontainer End Structure Private Structure f Dim value As interfacecontainer End Structure End Class Structure structurecontainer Dim value As Integer Structure a Dim value As String End Structure Public Structure b Dim value As Integer End Structure Friend Structure c Dim value As Byte End Structure 'Protected Structure d ' Dim value As structure3.a 'End Structure 'Protected Friend Structure e ' Dim value As classcontainer 'End Structure Private Structure f Dim value As interfacecontainer End Structure End Structure Interface interfacecontainer Structure a Dim value As String End Structure 'Public Structure b ' Dim value As Integer 'End Structure 'Friend Structure c ' Dim value As Byte 'End Structure 'Protected Structure d ' Dim value As structure3.a 'End Structure 'Protected Friend Structure e ' Dim value As classcontainer 'End Structure 'Private Structure f ' Dim value As interfacecontainer 'End Structure End Interface Module modulecontainer Structure a Dim value As String End Structure Public Structure b Dim value As Integer End Structure Friend Structure c Dim value As Byte End Structure 'Protected Structure d ' Dim value As structure3.a 'End Structure 'Protected Friend Structure e ' Dim value As classcontainer 'End Structure Private Structure f Dim value As interfacecontainer End Structure End ModuleEnd Namespace
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -