⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 structure3.vb

📁 大名鼎鼎的mono是.NET平台的跨平台(支持linux
💻 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 + -