Latest Replies
Friday
Dec192008

Parameter vs. Argument

Parameter is variable in the declaration of function.

Argument is the actual value of this variable that gets passed to function.

« How to Get Parameter Name and Argument Value From C# Lambda via IL? | Main | Development Compromises Around Lambda Expressions »