structure3.vb
来自「大名鼎鼎的mono是.NET平台的跨平台(支持linux」· VB 代码 · 共 100 行
VB
100 行
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 + =
减小字号Ctrl + -
显示快捷键?