Data Structures and Algorithms with Object-Oriented Design Patterns in C#
next up previous contents index

Parameter Passing

There are two parameter passing mechanisms in C#, pass-by-value and pass-by-reference. It is essential that you understand how these mechanisms work both for value types and for reference types.


next up previous contents index

Bruno Copyright © 2001 by Bruno R. Preiss, P.Eng. All rights reserved.