What is difference between out and ref parameters?
Anonymous
When an argument is passed as a ref, it must be initialized before it can be passed to the method. An out parameter, on the other hand, need not to be initialized before passing to a method.
Check out your Company Bowl for anonymous work chats.