Browse by Tags

All Tags » VB.NET (RSS)

Short-circuit evaluation in C# and VB.NET

In my early years of college as a CS student I learned about short-circuit evaluation . Short-circuit evaluation denotes that the second argument is only evaluated if the first argument does not suffice the value of the expression. I found out that short...
Posted by n.ocampo | 7 comment(s)
Filed under: , ,