📄 attributes6.vb
字号:
Class Attributes6 <Attributes6("Property")> _ Property P() As Integer Get End Get Set(ByVal value As Integer) End Set End Property <Attributes6("Sub")> _ Sub S() End Sub <Attributes6("Function")> _ Function F() As Object End FunctionEnd ClassClass Attributes6Attribute Inherits System.Attribute Sub New(ByVal Description As String) End SubEnd Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -