extendsfromcsharp.vb

来自「《CSDN 开发高手》2004年第6期」· VB 代码 · 共 15 行

VB
15
字号
Imports CSharpClassNameSpace.CSharpClass
Imports System.Windows.Forms


'继承自C#组件中的类CSharpClass
Public Class ExtendsFromCSharp
    Inherits CSharpClassNameSpace.CSharpClass

    Public Function Add(ByVal x As Integer, ByVal y As Integer) As Long
        Return x + y
    End Function


End Class

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?