Community

C# Methods and Parameters

(Mark Michaelis) This chapter investigates the details of C# methods and their parameters. It includes passing by value, passing by reference, and returning data via an out parameter. In C# 4.0, default parameter support was added, and this chapter explains how to use default parameters.