If strings in .NET are reference types, in the below code, why doesn\'t string2 change to \"hi\" after string1 is changed?
static void IsStringReallyAReferen
This image might be helpful for you in order to understand the concept.