Introduction - If you have any usage issues, please Google them yourself
he ref keyword causes an argument to be passed by reference, not by value. The effect of passing by reference is that any change to the parameter in the called method is reflected in the calling method