Click here to Skip to main content
15,885,546 members
Articles / Web Development / ASP.NET

The ref and out keyword in C#

19 Jun 2008CPOL 7.8K   2   3
Ref and out parameter passing modes are used to allow a method to alter variables passed in by the caller. The difference between ref and out is subtle but important. Each parameter passing mode is designed to apply to a slightly different programming scenario. The important difference between out a
We're sorry, but the article you are trying to view was deleted at 28 Jul 2008.

Please go to the ASP.NET Table of Contents to view the list of available articles in this section.