📄 attributesc.vb
字号:
Imports System<AttributeUsage(AttributeTargets.All, AllowMultiple:=True, Inherited:=True)> _Public Class AuthorAttribute Inherits Attribute Public Name As Object Public Sub New(ByVal Name As String) Me.Name = Name End SubEnd Class<Author("Robin Cook"), Author("Authur Haily")> _Public Interface C1End InterfacePublic Interface C2 Inherits C1End InterfaceModule Test Function Main() As Integer End FunctionEnd Module
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -