C# – First steps with C# and .NET – part 038.
I used the dotnetfiddle.net online tool to test with the C# programming language. The test is about the ref and out keywords and how these works. First, the ref keyword indicates that a value is passed by reference. It is used in four different contexts, see the documentation. The out… Continue Reading C# – First steps with C# and .NET – part 038.