关于[C# boxing with string concatenation and interpolation]的摘要:
Boxing is evil and you should always try to avoid it. That is what I tell my students in my C# training. But what is boxing and how do you avoid it. Boxing is wrapping a value type (struct) inside a reference type (object or interface) variable.
原文地址: https://www.reflectionit.nl/blog/2020/csharp-boxing-with-string-concatenation-and-interpolation