0
kicks
Puzzle 1: Passing reference types by value (Beginner)
Small programming puzzles that focus on specific features of C#1,2 & 3.
This small exercise demonstrate that in c# reference types are in fact also passed by value -> the value of the reference pointer is passed by value.