I'm learning C # after already working with other languages, I noticed that some methods need to be called by the class
string.Concat("123","456")
I usually use it in other languages this way
"123".Concat("456")
Why can not you?
Can...
asked on
13.03.2017 / 13:29