Is there a VB.NET equivalent of C# out parameters?

后端 未结 7 930
野性不改
野性不改 2020-11-30 06:22

Does VB.NET have a direct equivalent to C# out function parameters, where the variable passed into a function does not need to be initialised?

相关标签:
7条回答
  • 2020-11-30 07:01

    Use keyword ByRef before variable.

    0 讨论(0)
提交回复
热议问题