string NotChanged; NotChanged = "Fred"; MyOrdinaryMethod(NotChanged); if (NotChanged == "Fred") ... That is, unless the parameters to the method are marked with the ...