What does that signify?
I was reading an MSDN article about HTTPModules and I saw this line:
Private Sub Application_EndRequest(ByVal [source] As [Object], ByVal e As EventArgs)
Why "source" and "Object" are between square brackets? Does that have a special meaning?
|