标签: c# .net xml override tostring
我需要覆盖.ToString()的{{1}}方法。
.ToString()
我该怎么做?
答案 0 :(得分:1)
如果不从类中创建新的派生类型,则无法覆盖此类方法。我建议看一下编写扩展方法。 a link