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?… -
Where can I find the latest VB.NET Grammar Specification?
-
What are the new features in VB.NET 4?
Thank you in advance.
1 Answer