Is it possible to use ToString() value in class summary xml tag?

HakuAnime

New Member
Is it possible to use ToString() in summary xml tag?\[code\] /// <summary> /// I want to use the value from ToString() here. /// </summary> public class TheObject { public override string ToString() { return "Hellow World!"; } }\[/code\]
 
Back
Top