In C# 10, you can add the sealed modifier when you override ToString in a record type. Sealing the ToString method prevents the compiler from ...
確定! 回上一頁