Public Class ABC
Public Sub Foo()
AA.Bar(nothing, Sub()
End Sub)
End Sub
End Class
Hello guys, I feel confused at the second argument of function AA.Bar, this argument is specified as a Sub/End Sub procedure.
- What is the function AA.Bar s possible definition looks like? An event? Delegate? Pointer like?...
在什么地方,我可以找到最新的VB。 NET Grammar规格?
VB的新特点是什么。 NET 4?
事先感谢你。