D
dotNEWBIE
Sorry this a little bit of an odd question but I keep seeing things like
this:
string MyString
myString = @"myinitialstring"
Why the ampersand and not just,
myString = @"myinitialstring"
this:
string MyString
myString = @"myinitialstring"
Why the ampersand and not just,
myString = @"myinitialstring"