Well, that’s why I know about it after about 600 years, but only now it became interesting for me to find out why.
Why can we assign such a line in C # ?:
string f = "u";
AND ALSO:
string n = ("ny");
Is there any difference? I did not notice this, but I always use ""; without parentheses.
source
share