Monday, March 17, 2014

vb.net passing arguments

VB.net can do at least one thing well that C# cannot. This isn't a reason to switch, or even consider not using VB.Net. I still prefer to be explicit about passing things by reference using the ref keyword.
VB.Net can pass a class property By Reference
I'm fascinated.
The full reference (no pun intended) for the feature is Passing Arguments by Value and by Reference (Visual Basic)