Data Structures and Algorithms
with Object-Oriented Design Patterns in C# |
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.