我想知道在C#源代码中打破长字符串的"最佳实践"是什么.这是字符串
"string1"+ "string2"+ "string3"
在编译期间还是在运行时连接?
c# string
c# ×1
string ×1