Back to basics: The ref and out keywords in C #
C# provides two keywords, ref and out, which can be used to pass variables by reference to a method. Both keywords serve a similar purpose, but they have some important differences that you should be aware of when deciding which one to use.
What is P...
mbarkt3sto.hashnode.dev5 min read