VB

2021-09-14  本文已影响0人  前端混合开发
VB sub如何返回值
Private Sub Main()
    Dim value = getValue()
    'do something with value
End Sub

Private Function getValue() As Integer
    Return 3
End Function
VB sub如何返回对个值(multiple value)
VB 生成有返回值的DLL

### How to write a dll in VB.NET with accpeting

上一篇下一篇

猜你喜欢

热点阅读