查看string类元数据,我只看到运算符==并!=重载.那么它如何能够为' +'运算符执行连接?
string
==
!=
+
编辑:
Eric Lippert关于字符串连接的一些有趣的注释:
第1部分
第2部分
Joel还提到了第2部分中提到的超级文章(http://www.joelonsoftware.com/articles/fog0000000319.html)
.net c# string
.net ×1
c# ×1
string ×1