.Net Basics – Parameter Referencing
As a developer who thinks in C# but who works with VB from time to time, I tend not define if a parameter is ByRef or ByVal unless I have to. I have also at times needed to describe why an application wasn?t breaking when I was assigning a value to an object?s property in a called function… Read More »