Possible Duplicate:
C#: What is the use of “ref” for Reference-type variables?
Hi,
Does it make sense to pass a "reference type" to a method as a parameter with 'ref' key?
Or it is just nonsense as it is already a reference type but not a value type?
Thanks!