5
Shouts

C# reference types are passed by value!

published 639 days, 14 hours, 22 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 641 days, 6 hours, 48 minutes ago
Saturday, August 21, 2010 11:50:09 AM GMT Thursday, August 19, 2010 7:23:56 PM GMT

How many times I read: In C# reference types are passed by reference, primitive types by value? But this is wrong, because C# is pass by value per default! The article shows the differences of call by value and call by reference for value and reference types in C#!

category: Foundation | clicked: 1 | | source: www.mbaldinger.com | show counter code
tags: .NET