Community

When to Pass VB.NET Arguments as Reference Types Versus Value Types

(Bill Hatfield) As you know, data types in the .NET Framework come in two varieties: value types and reference types. Likewise, you can pass any argument to a subroutine or function using the ByVal or ByRef keyword. In both cases, the term value implies that you are working with the data and the ter

Read More - Register for Free Membership