Skip to content

Righthand Blog

About .NET/C#, Xamarin, Flutter and other fun technologies

  • Righthand Dataset Debugger Visualizer
.net / C#

About in parameter modifier on value type, properties and defensive copy

Posted on: May 25, 2018March 29, 2020

in parameter modifier was introduced in C# 7.2. It lets you pass (value) types by reference but at the same time protect you against modifying the actual instance. […]

Niche Blog by Fahim Murshed