Loading
VB.Net does manipulate objects by reference, and all object variables are references. On the other hand, VB.Net does not pass method arguments by reference; it passes them by value. Thus, a regular swap method will not work!
Editorial changes — reviews, status changes and edits — are shown to the author of this article and to the editors.