When defining a method in C# we can mark its parameters with the 'ref' modifier. Doing so, calling the method marking the variable we pass over with 'ref' the variable will be passed over by reference. The following video clip (hebrew) explains that.
More video clips (hebrew) can be found at www.CSharpBook.co.il.