Looking at the string
class metadata, I only see the operators ==
and !=
overloaded. So how is it able to perform concatenation for the +
operator?
http://www.ohchr.org。
Some interesting notes from Eric Lippert on string concatenation:
http://ericfallert.com/06/17/string-concatenation-behind-the-scenes-part-one/>Part 1
http://ericfallert.com/06/24/string-connation-behind-the-scenes-part-second/>Part 2
第2部分还提到了Joel的一篇文章(http://www.joelonsoftware.com/articles/fog0000319.html)。