📄 genericinterface1.vb
字号:
Class GenericInterface1 Private m_Variables As New System.Collections.Generic.List(Of GenericInterface1)() Sub AddVariables(ByVal list As System.Collections.Generic.ICollection(Of GenericInterface1)) m_Variables.AddRange(list) End SubEnd Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -