简体   繁体   中英

Override ToString() of not user's class

I need to override .ToString() method of XElement .

How can I do this ?

Without creating a new derived type from the class, you cant override a method like that. I would recommend taking a look at writing an extension method instead. a link .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM