In Parameters in C# 7.2 – Read-only References
In the previous post, you learnt about – What is the difference between Ref and Out Keyword in C#? Both, the out and ref are used to return values. And, both pass variables by reference only. Also, Out parameter is required to be modified by the method. However, on the other hand,’s ref allows modifying the original values, which is… Read More »